3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libgxps: Update to 0.3.2.

* gnu/packages/gnome.scm (libgxps): Update to 0.3.2.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-06 18:29:27 +01:00
parent 222679d2d9
commit 8dba81e68c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1974,7 +1974,7 @@ access the common Google services, and has full asynchronous support.")
(define-public libgxps
(package
(name "libgxps")
(version "0.3.1")
(version "0.3.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -1982,7 +1982,7 @@ access the common Google services, and has full asynchronous support.")
name "-" version ".tar.xz"))
(sha256
(base32
"157s4c9gjjss6yd7qp7n4q6s72gz1k4ilsx4xjvp357azk49z4qs"))))
"07156nj7yrp3h9zyzx6mjwxwmfijialb4gi5d6dwyp53arr8c9vd"))))
(build-system meson-build-system)
(native-inputs
`(("gobject-introspection" ,gobject-introspection)