mbakke pushed a commit to branch master
in repository guix.

commit 66470a5ad0d0967c52af83becd997af90fe4b292
Author: Marius Bakke <[email protected]>
Date:   Sat Jan 12 21:58:20 2019 +0100

    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(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f4d4dfd..1ffdc25 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)

Reply via email to