[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: libdeflate: Update to 1.10.
From: |
guix-commits |
Subject: |
06/07: gnu: libdeflate: Update to 1.10. |
Date: |
Sat, 21 May 2022 21:39:29 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 17799fe97a050e76901ded3b2b0f92721e6984ec
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 15 02:00:01 2022 +0200
gnu: libdeflate: Update to 1.10.
* gnu/packages/compression.scm (libdeflate): Update to 1.10.
---
gnu/packages/compression.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index ada6a927a8..449d3e34bb 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2647,7 +2647,7 @@ to their original, binary CD format.")
(define-public libdeflate
(package
(name "libdeflate")
- (version "1.8")
+ (version "1.10")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2656,7 +2656,7 @@ to their original, binary CD format.")
(file-name (git-file-name name version))
(sha256
(base32
- "0nw1zhr2s6ffcc3s0n5wsshvjb6pmybwapagli135zzn2fx1pdiz"))))
+ "0v5qh1cz787xj86l15x6brkkaw0jbxhqj5f85275q0l945qazvwm"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
- branch master updated (b782d11f9b -> ad07af3538), guix-commits, 2022/05/21
- 02/07: gnu: pigz: Update to 2.7., guix-commits, 2022/05/21
- 01/07: gnu: pigz: Remove unused git input., guix-commits, 2022/05/21
- 03/07: gnu: pigz: Use G-expressions., guix-commits, 2022/05/21
- 06/07: gnu: libdeflate: Update to 1.10.,
guix-commits <=
- 07/07: gnu: diffoscope: Update to 213., guix-commits, 2022/05/21
- 04/07: gnu: libjcat: Update to 0.1.11., guix-commits, 2022/05/21
- 05/07: gnu: libdeflate: Omit static library., guix-commits, 2022/05/21