me
/
guix
Archived
1
0
Fork 0

gnu: libjcat: Update to 0.1.6.

* gnu/packages/compression.scm (libjcat): Update to 0.1.6.
master
Tobias Geerinckx-Rice 2021-02-15 17:52:50 +01:00
parent 4bf11e250d
commit 26688b8dc4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1037,7 +1037,7 @@ smaller than those produced by @code{Xdelta}.")
(define-public libjcat
(package
(name "libjcat")
(version "0.1.5")
(version "0.1.6")
(source
(origin
(method git-fetch)
@ -1047,7 +1047,7 @@ smaller than those produced by @code{Xdelta}.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0rxyqikdhkh2nq1y0hy05df2kkxf3d2cp6lm5x1s5i717k6y3zy5"))))
(base32 "1a2z34m8611xvna9kwch8ralxx7c9mk4rm9vrxx7p9hr8sbqbsaz"))))
(build-system meson-build-system)
(native-inputs
`(("gobject-introspection" ,gobject-introspection)