[PATCH] gnu: guile-dsv: Update 0.4.1

  • Done
  • quality assurance status badge
Details
2 participants
  • Mathieu Othacehe
  • 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)
87sfuz5vm4.fsf@gmail.com
Hello Guixers,

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

- Artyom
From 7efc5056d5c8ef3bf404ab5780f48a7bca404a1a Mon Sep 17 00:00:00 2001
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Sat, 11 Dec 2021 12:34:00 +0300
Subject: [PATCH] gnu: guile-dsv: Update to 0.4.1

* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.4.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 4e8a5920f2..fc217e0140 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -556,7 +556,7 @@ you send to a FIFO file.")
(define-public guile-dsv
(package
(name "guile-dsv")
- (version "0.4.0")
+ (version "0.4.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -565,7 +565,7 @@ you send to a FIFO file.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "1mvyc8i38j56frjh3p6vwziv8lrzlyqndz30663h5nwcp0044sdn"))))
+ "05l5dc7rg3ikz2r01bm5wjkfxjk933049ig5gc7d7g4x5523lcfl"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)
--
2.25.1
References:

--
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-----

iQEzBAEBCgAdFiEE0MLqwTMQgi2Y3rV86cWi2QiYoC8FAmG0cbMACgkQ6cWi2QiY
oC8oqQgAo1dsNfvpXnD9Udyg5rmybjDuJda1iCTiTXZm+NmstDkvo52nJWPnueQq
ftJ3mQrbSocwPfYcJP48bYoI+0lMjclaLLfy9zXhSYl8YlFMrxleg3hdX5ocVc5S
EGPCN71nyhDHwCT3pyRS9InktSor5pQBxxfCsaz6TrAoEFOrvTpn8ourSSIDFFtY
TMx6l5tPB3U3zWFw6qAremvm40D5yhskd3qOTepKAqgNKiKlMq9lbemhPBT3Senh
r5aobW6VDV+1P8xuw78N6rx5shwzVRi8UAhv0RDwv58fn9G7kTKGUXU5YavU+8gb
g4ckxJ7aIcTnQupZfvR1JIUerB8FuQ==
=zaSm
-----END PGP SIGNATURE-----

Mathieu Othacehe wrote 3 years ago
(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)(address . 52427-done@debbugs.gnu.org)
871r2i1bcn.fsf@gnu.org
Toggle quote (2 lines)
> this patch updates Guile-DSV[1] to version 0.4.1.

Pushed, thanks!

Mathieu
Closed
?
Your comment

This issue is archived.

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

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