diff options
author | Liliana Marie Prikler <[email protected]> | 2023-09-24 12:19:01 +0200 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2023-09-24 12:19:01 +0200 |
commit | b18b2d13488f2a92331ccad2dc8cbb54ee15582f (patch) | |
tree | fe841af2c61142cf065f4bd0f9d5b8668ae90823 /gnu/packages/cpp.scm | |
parent | afa9da84255d32d9f457be381c12666b69ac3f69 (diff) | |
parent | 35fd25af9bbcce84908101a9f487ba106a8d6df7 (diff) |
Merge branch 'master' into gnome-team
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 72f04b25a0..4ee7f375d7 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -298,7 +298,7 @@ various formats, including @code{json}.") (define-public libzen (package (name "libzen") - (version "0.4.40") + (version "0.4.41") (source (origin (method url-fetch) ;; Warning: This source has proved unreliable 1 time at least. @@ -309,7 +309,7 @@ various formats, including @code{json}.") "libzen_" version ".tar.bz2")) (sha256 (base32 - "17pnp5i1ppcxhxnfs9qlkzzy35h23pkdwhsgpbqdkf8lab2f4hsm")))) + "0b8yj3rmmcv2fn3b5bnchfkk82fy4w5446c70sxccvfa7myps8zb")))) (native-inputs (list autoconf automake libtool)) (build-system gnu-build-system) |