mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: guile-config: Update to 0.4.1.
* gnu/packages/guile-xyz.scm (guile-config): Update to 0.4.1.
This commit is contained in:
parent
9a27d84b7a
commit
14950b83b0
1 changed files with 2 additions and 2 deletions
|
@ -1353,7 +1353,7 @@ (define-public guile-dbd-postgresql
|
|||
(define-public guile-config
|
||||
(package
|
||||
(name "guile-config")
|
||||
(version "0.4.0")
|
||||
(version "0.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1362,7 +1362,7 @@ (define-public guile-config
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256 (base32
|
||||
"1ax7ifnnmxww6mxc1gfz577axvn6rqy152g3ks576vai88q631pr"))))
|
||||
"1c59ch96d5p4c7si8qp55fdc15375klf2hyh29y3ap8ahqx9pxqj"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
|
|
Loading…
Reference in a new issue