mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: guile-dsv: Update to 0.4.1
* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.4.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
8bb6c7425d
commit
ab82bed5d1
1 changed files with 2 additions and 2 deletions
|
@ -556,7 +556,7 @@ (define-public guile-daemon
|
|||
(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 @@ (define-public guile-dsv
|
|||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"1mvyc8i38j56frjh3p6vwziv8lrzlyqndz30663h5nwcp0044sdn"))))
|
||||
"05l5dc7rg3ikz2r01bm5wjkfxjk933049ig5gc7d7g4x5523lcfl"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
|
|
Loading…
Reference in a new issue