mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: appstream-glib: Update to 0.7.16.
* gnu/packages/glib.scm (appstream-glib): Update to 0.7.16.
This commit is contained in:
parent
d1eb423478
commit
d519bc1350
1 changed files with 2 additions and 2 deletions
|
@ -839,7 +839,7 @@ (define-public dbus-c++
|
||||||
(define-public appstream-glib
|
(define-public appstream-glib
|
||||||
(package
|
(package
|
||||||
(name "appstream-glib")
|
(name "appstream-glib")
|
||||||
(version "0.7.15")
|
(version "0.7.16")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://people.freedesktop.org/~hughsient/"
|
(uri (string-append "https://people.freedesktop.org/~hughsient/"
|
||||||
|
@ -847,7 +847,7 @@ (define-public appstream-glib
|
||||||
"appstream-glib-" version ".tar.xz"))
|
"appstream-glib-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17ram4j3cvs78si0gi1labarr91pw68zn8kam41cqbvlwdyr89vy"))))
|
"14jr1psx5kxywdprgbqn79w309yz8lrqlsq7288hfrf87gbr1wh4"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
|
|
Loading…
Reference in a new issue