mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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>
This commit is contained in:
parent
622e6d3240
commit
43510204c6
1 changed files with 2 additions and 2 deletions
|
@ -733,7 +733,7 @@ (define-public guile-daemon
|
|||
(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 @@ (define-public guile-dsv
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue