[PATCH] gnu: guile-dsv: Update to 0.7.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 7 months ago
(address . guix-patches@gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
c7badf76f4b4f1d34d2dc36fcff4bb5e6664fc10.1722829811.git.poptsov.artyom@gmail.com
* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.7.2.

Change-Id: Ifdcf224c5711956aa9b4d89218a1974ab3c23679
---
gnu/packages/guile-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 0759c399c3..d40a3ead5f 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -761,7 +761,7 @@ (define-public guile-daemon
(define-public guile-dsv
(package
(name "guile-dsv")
- (version "0.7.1")
+ (version "0.7.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -770,7 +770,7 @@ (define-public guile-dsv
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "18v8snh45ibh13mvihhajs226yflxpl6v09wqndyfj1da8cdmkzk"))))
+ "1iavc1dg1899v519hvbzcmvdc16rahcwwvj68jycqdc5px5z285i"))))
(build-system gnu-build-system)
(native-inputs (list autoconf
automake

base-commit: 3c309a7b7020a9645bfe775d9f53f43f05d076bf
--
2.45.2
Ludovic Courtès wrote 7 months ago
(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)(address . 72473-done@debbugs.gnu.org)
878qwpstnd.fsf@gnu.org
Hi Artyom,

"Artyom V. Poptsov" <poptsov.artyom@gmail.com> skribis:

Toggle quote (4 lines)
> * gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.7.2.
>
> Change-Id: Ifdcf224c5711956aa9b4d89218a1974ab3c23679

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 72473
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