nckx pushed a commit to branch master
in repository guix.
commit 8dba81e68c544e2958024e7919f209953764a8fa
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Mar 6 18:29:27 2021 +0100
gnu: libgxps: Update to 0.3.2.
* gnu/packages/gnome.scm (libgxps): Update to 0.3.2.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index eeb4e2f..5c6d247 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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)