gnu: libzen: Update to 0.4.40.
* gnu/packages/cpp.scm (libzen): Update to 0.4.40.master
parent
7b997afed2
commit
a105e2a392
|
@ -294,7 +294,7 @@ various formats, including @code{json}.")
|
||||||
(define-public libzen
|
(define-public libzen
|
||||||
(package
|
(package
|
||||||
(name "libzen")
|
(name "libzen")
|
||||||
(version "0.4.39")
|
(version "0.4.40")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; Warning: This source has proved unreliable 1 time at least.
|
;; Warning: This source has proved unreliable 1 time at least.
|
||||||
|
@ -305,7 +305,7 @@ various formats, including @code{json}.")
|
||||||
"libzen_" version ".tar.bz2"))
|
"libzen_" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rwaxmid9iv65n0y6xlcyxxydsvihjni9ldxpg6pbqz43amp49xx"))))
|
"17pnp5i1ppcxhxnfs9qlkzzy35h23pkdwhsgpbqdkf8lab2f4hsm"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake libtool))
|
(list autoconf automake libtool))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Reference in New Issue