me
/
guix
Archived
1
0
Fork 0

gnu: gcab: Update to 1.6.

* gnu/packages/package-management.scm (gcab): Update to 1.6.
master
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent 3a806e92dc
commit c1bdfed1f9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1772,14 +1772,14 @@ and the error handling is very rough.")
(define-public gcab
(package
(name "gcab")
(version "1.4")
(version "1.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gcab/"
version "/gcab-" version ".tar.xz"))
(sha256
(base32
"13q43iqld4l50yra45lhvkd376pn6qpk7rkx374zn8y9wsdzm9b7"))))
"02sngv40zwadajsiav1paahyfgkccbh9s7r5ks82chbwawarc31g"))))
(build-system meson-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-mkenums