From 66470a5ad0d0967c52af83becd997af90fe4b292 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 12 Jan 2019 21:58:20 +0100 Subject: gnu: libgxps: Update to 0.3.1. * gnu/packages/gnome.scm (libgxps): Update to 0.3.1. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gnome.scm') 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) -- cgit v1.2.3