kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit e21307b2c7ce9eaaf9ccb58fa1db614ed44dc617
Author: Kei Kebreau <[email protected]>
AuthorDate: Sat Apr 18 20:39:24 2020 -0400

    gnu: libmanette: Update to 0.2.4.
    
    * gnu/packages/games.scm (libmanette): Update to 0.2.4.
---
 gnu/packages/games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index caa1e8d..af8c00e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6738,7 +6738,7 @@ when packaged in Blorb container files or optionally from 
individual files.")
 (define-public libmanette
   (package
     (name "libmanette")
-    (version "0.2.3")
+    (version "0.2.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/libmanette/"
@@ -6746,7 +6746,7 @@ when packaged in Blorb container files or optionally from 
individual files.")
                                   "libmanette-" version ".tar.xz"))
               (sha256
                (base32
-                "1zxh7jn2zg7hivmal5zxam6fxvjsd1w6hlw0m2kysk76b8anbw60"))))
+                "1xrc6rh73v5w3kbkflzv1yg8sbxk4wf06hfk95raxhxlssza9q2g"))))
     (build-system meson-build-system)
     (native-inputs
      `(("glib" ,glib "bin")             ; for glib-compile-resources

Reply via email to