summary refs log tree commit diff
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2019-12-23 10:41:35 -0500
committerKei Kebreau <kkebreau@posteo.net>2020-04-18 16:51:29 -0400
commit857eb19088e15a674fb55dbc6a96b48dcdd35dcf (patch)
treeaf7cb8a1019f977fa9fb617eeb11b3d2f4e2257c
parentd79e9b1bb6226fbb8d0f0330cbb264d3b0db70fe (diff)
downloadguix-857eb19088e15a674fb55dbc6a96b48dcdd35dcf.tar.gz
gnu: gnome-sudoku: Update to 3.34.1.
* gnu/packages/gnome.scm (gnome-sudoku): Update to 3.34.1.

(cherry picked from commit d82cdcd537040e53e1c423a7994c0c773f2c71d6)
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f6e483b0ed..2fb0303580 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3832,7 +3832,7 @@ floating in an ocean using only your brain and a little bit of luck.")
 (define-public gnome-sudoku
   (package
     (name "gnome-sudoku")
-    (version "3.32.0")
+    (version "3.34.1")
     (source
      (origin
        (method url-fetch)
@@ -3841,7 +3841,7 @@ floating in an ocean using only your brain and a little bit of luck.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1wwdjflw1lbx3cv6gvqcgp5jnjkrq37ld6mjbjj03g3vr90qaf0l"))))
+         "025y85r4qqardivvwiwhbmgarziykdy224m8zlrq8b79zv82793b"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t