summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-01-12 21:58:20 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-01-13 01:25:17 +0100
commit66470a5ad0d0967c52af83becd997af90fe4b292 (patch)
tree4bfd36af0987f7334aaa2adacaca900905e3336f /gnu/packages/gnome.scm
parentad55c19211e6aba4ac8b3cdc7aec8551e6e2349a (diff)
downloadguix-patches-66470a5ad0d0967c52af83becd997af90fe4b292.tar
guix-patches-66470a5ad0d0967c52af83becd997af90fe4b292.tar.gz
gnu: libgxps: Update to 0.3.1.
* gnu/packages/gnome.scm (libgxps): Update to 0.3.1.
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 f4d4dfd922..1ffdc25010 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -402,7 +402,7 @@ access the common Google services, and has full asynchronous support.")
(define-public libgxps
(package
(name "libgxps")
- (version "0.3.0")
+ (version "0.3.1")
(source (origin
(method url-fetch)
(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"))
(sha256
(base32
- "1bhgrpb6ndlp11qwr95g9piklmjcsca7bi04f8gy9ziipm1i6as1"))))
+ "157s4c9gjjss6yd7qp7n4q6s72gz1k4ilsx4xjvp357azk49z4qs"))))
(build-system meson-build-system)
(native-inputs
`(("gobject-introspection" ,gobject-introspection)