me
/
guix
Archived
1
0
Fork 0

gnu: libzen: Update to 0.4.41.

* gnu/packages/cpp.scm (libzen): Update to 0.4.41.
master
Tobias Geerinckx-Rice 2023-09-10 02:00:00 +02:00
parent 6b4d305b19
commit 6415fd680d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -298,7 +298,7 @@ various formats, including @code{json}.")
(define-public libzen (define-public libzen
(package (package
(name "libzen") (name "libzen")
(version "0.4.40") (version "0.4.41")
(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.
@ -309,7 +309,7 @@ various formats, including @code{json}.")
"libzen_" version ".tar.bz2")) "libzen_" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"17pnp5i1ppcxhxnfs9qlkzzy35h23pkdwhsgpbqdkf8lab2f4hsm")))) "0b8yj3rmmcv2fn3b5bnchfkk82fy4w5446c70sxccvfa7myps8zb"))))
(native-inputs (native-inputs
(list autoconf automake libtool)) (list autoconf automake libtool))
(build-system gnu-build-system) (build-system gnu-build-system)