summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-06 18:29:27 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-06 18:44:20 +0100
commit8dba81e68c544e2958024e7919f209953764a8fa (patch)
treea65b10c2faed6bc198064382004ff4ea6747ae0e /gnu/packages/gnome.scm
parent222679d2d97711f0d4fd6ec9e48f137783ab7bf4 (diff)
downloadguix-patches-8dba81e68c544e2958024e7919f209953764a8fa.tar
guix-patches-8dba81e68c544e2958024e7919f209953764a8fa.tar.gz
gnu: libgxps: Update to 0.3.2.
* gnu/packages/gnome.scm (libgxps): Update to 0.3.2.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index eeb4e2f83b..5c6d247471 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)