[PATCH] gnu: guile-dsv: Update 0.5.1

  • Done
  • quality assurance status badge
Details
2 participants
  • Julien Lepiller
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 3 years ago
(address . guix-patches@gnu.org)
87czk1fk2v.fsf@gmail.com
Hello Guixers,

this patch updates Guile-DSV[1] to version 0.5.1.

- Artyom

References:
From e5045d5624546a8e3ac2292adb24a5beddd5394f Mon Sep 17 00:00:00 2001
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Sat, 5 Feb 2022 17:44:06 +0300
Subject: [PATCH] gnu: guile-dsv: Update to 0.5.1

* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.5.1.
---
gnu/packages/guile-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index f35ba43057..4886df165b 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -546,7 +546,7 @@ you send to a FIFO file.")
(define-public guile-dsv
(package
(name "guile-dsv")
- (version "0.5.0")
+ (version "0.5.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -555,7 +555,7 @@ you send to a FIFO file.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "0s9zan08ala7432pn44z3vmb3sc19rf18zfr9mskydnam5xn6qlw"))))
+ "10wssilin4qphdmmqmms20bp3cy007kh22l1g45wfka0minmhkgs"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake pkg-config texinfo))
--
2.25.1
--
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEE0MLqwTMQgi2Y3rV86cWi2QiYoC8FAmH+jZgACgkQ6cWi2QiY
oC+kpwf9ERreavBIpHwOXMS713zDhn+fbWmNWGw6GrhbaPxt5KouZs17Du7U4BQ+
flIsM7hSmPVA4ibASGaUtrYp1JVZFAobg/p+rITcz/g4PYa0e+KIRXe2mZboWT0N
2/hD70R/roDklkiyF0tBzKpyOKdeSQUrRKckiIod+j8q2A572Tu6oq/iFklh1Tkm
La5gwIqhcHYGuopGxDcLHlRAY2spZ/EROGZV0MyJVm777tX0QbubF737GgUWlEau
iJKb7AAsxUZ53mDXqWjHamPDCx03I85aY8l9N6wBC/omvVXIz9Mw3GdSSM/1no0I
v/cQgWFl4/gqGIPR4cldS4zAJBhsAg==
=f4hG
-----END PGP SIGNATURE-----

Julien Lepiller wrote 3 years ago
(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)(address . 53804-done@debbugs.gnu.org)
20220208122551.0fc1a156@tachikoma.lepiller.eu
Pushed to master as 35d56676db0988aad6d1a5b52dc4efef578885f2, thanks!

Le Sat, 05 Feb 2022 17:45:44 +0300,
"Artyom V. Poptsov" <poptsov.artyom@gmail.com> a écrit :

Toggle quote (8 lines)
> Hello Guixers,
>
> this patch updates Guile-DSV[1] to version 0.5.1.
>
> - Artyom
>
> References:
> 1: https://github.com/artyom-poptsov/guile-dsv
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 53804@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 53804
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help