mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: libjcat: Update to 0.1.9.
* gnu/packages/compression.scm (libjcat): Update to 0.1.9.
This commit is contained in:
parent
e915b6a150
commit
010a1ff55d
1 changed files with 2 additions and 2 deletions
|
@ -1083,7 +1083,7 @@ (define-public cabextract
|
||||||
(define-public libjcat
|
(define-public libjcat
|
||||||
(package
|
(package
|
||||||
(name "libjcat")
|
(name "libjcat")
|
||||||
(version "0.1.8")
|
(version "0.1.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1093,7 +1093,7 @@ (define-public libjcat
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "18qkyg19r7fxzv93kar5n808n3582ygjmqwa7rnyg5y4b6hnwihl"))))
|
(base32 "02cgznk6qdylqpcyks6qykmvhpz1pplvnxp72bjzji1y6yj3zpkj"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gobject-introspection help2man pkg-config))
|
(list gobject-introspection help2man pkg-config))
|
||||||
|
|
Loading…
Reference in a new issue