lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit 9d0f6c4cbd8978d4a9ac9625b1eaa2dc12c038a0
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:40:19 2021 +0100

    gnu: gnome-klotski: Update to 3.38.2.
    
    * gnu/packages/gnome.scm (gnome-klotski): Update to 3.38.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 3981d03..10396d8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5901,7 +5901,7 @@ GNOME Games, but it may be used by others.")
 (define-public gnome-klotski
   (package
     (name "gnome-klotski")
-    (version "3.34.0")
+    (version "3.38.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5909,7 +5909,7 @@ GNOME Games, but it may be used by others.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0sbx0bzy32lh2c9jp8v7gz788wn9y1la8mr5a7gf7370szsl4d4f"))))
+                "1qm01hdd5yp8chig62bj10912vclbdvywwczs84sfg4zci2phqwi"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t

Reply via email to