gnu: libgxps: Update to 0.3.1.
* gnu/packages/gnome.scm (libgxps): Update to 0.3.1.
This commit is contained in:
parent
ad55c19211
commit
66470a5ad0
|
@ -402,7 +402,7 @@ access the common Google services, and has full asynchronous support.")
|
||||||
(define-public libgxps
|
(define-public libgxps
|
||||||
(package
|
(package
|
||||||
(name "libgxps")
|
(name "libgxps")
|
||||||
(version "0.3.0")
|
(version "0.3.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -410,7 +410,7 @@ access the common Google services, and has full asynchronous support.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bhgrpb6ndlp11qwr95g9piklmjcsca7bi04f8gy9ziipm1i6as1"))))
|
"157s4c9gjjss6yd7qp7n4q6s72gz1k4ilsx4xjvp357azk49z4qs"))))
|
||||||
(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 New Issue