guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/10: gnu: libgxps: Update to 0.3.2.


From: guix-commits
Subject: 08/10: gnu: libgxps: Update to 0.3.2.
Date: Sat, 6 Mar 2021 12:44:46 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8dba81e68c544e2958024e7919f209953764a8fa
Author: Tobias Geerinckx-Rice <me@tobias.gr>
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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]