me
/
guix
Archived
1
0
Fork 0

gnu: guile-dsv: Update to 0.6.0.

* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.6.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Artyom V. Poptsov 2023-05-14 22:41:05 +03:00 committed by Ludovic Courtès
parent 622e6d3240
commit 43510204c6
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -733,7 +733,7 @@ you send to a FIFO file.")
(define-public guile-dsv
(package
(name "guile-dsv")
(version "0.5.2")
(version "0.6.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -742,7 +742,7 @@ you send to a FIFO file.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"056wab749fyabklp4srai72dwzihlm6hkcdy1da7d4gh8iqsyqpi"))))
"0llivcgb7idglsapcmvb2qscds7768f2xfgr4lns8mzl2xf5hwvv"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake pkg-config texinfo help2man))