[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: libjcat: Update to 0.1.11.
From: |
guix-commits |
Subject: |
04/07: gnu: libjcat: Update to 0.1.11. |
Date: |
Sat, 21 May 2022 21:39:28 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit c9512e6dc5e127ec4d72e5ed03fad9fad02279eb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 15 02:00:06 2022 +0200
gnu: libjcat: Update to 0.1.11.
* gnu/packages/compression.scm (libjcat): Update to 0.1.11.
---
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 b78537b3a1..9310b5293e 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1088,7 +1088,7 @@ tarballs.")
(define-public libjcat
(package
(name "libjcat")
- (version "0.1.9")
+ (version "0.1.11")
(source
(origin
(method git-fetch)
@@ -1098,7 +1098,7 @@ tarballs.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "02cgznk6qdylqpcyks6qykmvhpz1pplvnxp72bjzji1y6yj3zpkj"))))
+ (base32 "08zywwhm9q8m8v17w2mp23w3w93p40ir1w4x18zrlbhs10xnhiys"))))
(build-system meson-build-system)
(native-inputs
(list gobject-introspection help2man pkg-config))
- 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, 2022/05/21
- 07/07: gnu: diffoscope: Update to 213., guix-commits, 2022/05/21
- 04/07: gnu: libjcat: Update to 0.1.11.,
guix-commits <=
- 05/07: gnu: libdeflate: Omit static library., guix-commits, 2022/05/21