me
/
guix
Archived
1
0
Fork 0

gnu: guile-config: Update to 0.4.2.

* gnu/packages/guile-xyz.scm (guile-config): Update to 0.4.2.
master
Alex Sassmannshausen 2020-06-20 11:58:03 +02:00
parent d72009bf08
commit aed0d0fd73
No known key found for this signature in database
GPG Key ID: 8BC4F4476E8A8E00
1 changed files with 2 additions and 2 deletions

View File

@ -1396,7 +1396,7 @@ PostgreSQL.")
(define-public guile-config
(package
(name "guile-config")
(version "0.4.1")
(version "0.4.2")
(source
(origin
(method git-fetch)
@ -1405,7 +1405,7 @@ PostgreSQL.")
(commit version)))
(file-name (git-file-name name version))
(sha256 (base32
"1c59ch96d5p4c7si8qp55fdc15375klf2hyh29y3ap8ahqx9pxqj"))))
"09028ylbddjdp3d67zdjz3pnsjqz6zs2bfck5rr3dfaa0qjap40n"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)