me
/
guix
Archived
1
0
Fork 0

gnu: libjcat: Update to 0.1.11.

* gnu/packages/compression.scm (libjcat): Update to 0.1.11.
master
Tobias Geerinckx-Rice 2022-05-15 02:00:06 +02:00
parent d1ad5ad828
commit c9512e6dc5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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))