mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: libjcat: Update to 0.1.6.
* gnu/packages/compression.scm (libjcat): Update to 0.1.6.
This commit is contained in:
parent
4bf11e250d
commit
26688b8dc4
1 changed files with 2 additions and 2 deletions
|
@ -1037,7 +1037,7 @@ smaller than those produced by @code{Xdelta}.")
|
||||||
(define-public libjcat
|
(define-public libjcat
|
||||||
(package
|
(package
|
||||||
(name "libjcat")
|
(name "libjcat")
|
||||||
(version "0.1.5")
|
(version "0.1.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1047,7 +1047,7 @@ smaller than those produced by @code{Xdelta}.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0rxyqikdhkh2nq1y0hy05df2kkxf3d2cp6lm5x1s5i717k6y3zy5"))))
|
(base32 "1a2z34m8611xvna9kwch8ralxx7c9mk4rm9vrxx7p9hr8sbqbsaz"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gobject-introspection" ,gobject-introspection)
|
`(("gobject-introspection" ,gobject-introspection)
|
||||||
|
|
Loading…
Add table
Reference in a new issue