guix-commits
[Top][All Lists]
Advanced

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

35/108: gnu: libmanette: Update to 0.2.4.


From: guix-commits
Subject: 35/108: gnu: libmanette: Update to 0.2.4.
Date: Sat, 25 Apr 2020 15:22:45 -0400 (EDT)

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

commit e21307b2c7ce9eaaf9ccb58fa1db614ed44dc617
Author: Kei Kebreau <address@hidden>
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

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