diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-17 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-17 02:00:16 +0200 |
commit | 0f4353d30a3c84541afd95fc6030eed2766604aa (patch) | |
tree | 341bade14f9a1732f708a4811b57d6713778e91a | |
parent | a432ae0c0b3e3237c82a84f03ef022ddadafedcd (diff) | |
download | guix-0f4353d30a3c84541afd95fc6030eed2766604aa.tar.gz |
gnu: libdeflate: Update to 1.12.
* gnu/packages/compression.scm (libdeflate): Update to 1.12.
-rw-r--r-- | gnu/packages/compression.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index d5bd3abf0f..8d9807cd1c 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -2648,7 +2648,7 @@ to their original, binary CD format.") (define-public libdeflate (package (name "libdeflate") - (version "1.10") + (version "1.12") (source (origin (method git-fetch) (uri (git-reference @@ -2657,7 +2657,7 @@ to their original, binary CD format.") (file-name (git-file-name name version)) (sha256 (base32 - "0v5qh1cz787xj86l15x6brkkaw0jbxhqj5f85275q0l945qazvwm")))) + "16n9232zjavcp5wp17cx0gh2v7gipxpncsha05j3ybajfs7g88jv")))) (build-system gnu-build-system) (arguments `(#:make-flags |