diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-22 01:00:02 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-22 01:00:16 +0100 |
commit | a105e2a392c164233e15636a003d5dc18c94acf3 (patch) | |
tree | 22804749e027f7125b5fc73e2f104806245ee789 /gnu/packages/cpp.scm | |
parent | 7b997afed213f178287ba41601f9deca705ee068 (diff) | |
download | guix-a105e2a392c164233e15636a003d5dc18c94acf3.tar.gz |
gnu: libzen: Update to 0.4.40.
* gnu/packages/cpp.scm (libzen): Update to 0.4.40.
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 7267dfd872..fc294c6eb4 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -294,7 +294,7 @@ various formats, including @code{json}.") (define-public libzen (package (name "libzen") - (version "0.4.39") + (version "0.4.40") (source (origin (method url-fetch) ;; Warning: This source has proved unreliable 1 time at least. @@ -305,7 +305,7 @@ various formats, including @code{json}.") "libzen_" version ".tar.bz2")) (sha256 (base32 - "1rwaxmid9iv65n0y6xlcyxxydsvihjni9ldxpg6pbqz43amp49xx")))) + "17pnp5i1ppcxhxnfs9qlkzzy35h23pkdwhsgpbqdkf8lab2f4hsm")))) (native-inputs (list autoconf automake libtool)) (build-system gnu-build-system) |