gnu: libgxps: Update to 0.3.2.
* gnu/packages/gnome.scm (libgxps): Update to 0.3.2.
This commit is contained in:
parent
222679d2d9
commit
8dba81e68c
1 changed files with 2 additions and 2 deletions
|
@ -1974,7 +1974,7 @@ (define-public libgdata
|
||||||
(define-public libgxps
|
(define-public libgxps
|
||||||
(package
|
(package
|
||||||
(name "libgxps")
|
(name "libgxps")
|
||||||
(version "0.3.1")
|
(version "0.3.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -1982,7 +1982,7 @@ (define-public libgxps
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"157s4c9gjjss6yd7qp7n4q6s72gz1k4ilsx4xjvp357azk49z4qs"))))
|
"07156nj7yrp3h9zyzx6mjwxwmfijialb4gi5d6dwyp53arr8c9vd"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gobject-introspection" ,gobject-introspection)
|
`(("gobject-introspection" ,gobject-introspection)
|
||||||
|
|
Loading…
Reference in a new issue