summary refs log tree commit diff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2016-04-28 09:54:35 +0800
committer宋文武 <iyzsong@gmail.com>2016-05-02 22:06:41 +0800
commit319549c242ef11a7e6868567ed1d8ec4954aa700 (patch)
tree2236ee6445f3a9f63f2cbdbe39be2c08fdb0b3cd /gnu/packages/gnome.scm
parenta28bf6b4fe560b6eb6bcacc79ffd52d001c12e6f (diff)
downloadguix-319549c242ef11a7e6868567ed1d8ec4954aa700.tar.gz
gnu: gnome-sudoku: Update to 3.20.0.
* gnu/packages/gnome.scm (gnome-sudoku): Update to 3.20.0.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 2b18f39148..e942a89602 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2206,7 +2206,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.18.2")
+    (version "3.20.0")
     (source
      (origin
        (method url-fetch)
@@ -2215,7 +2215,7 @@ floating in an ocean using only your brain and a little bit of luck.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1b60z22fjrjzsz0kfhv0kfhvigzn54wvh9s31zrlp7sx2h2dxvsf"))))
+         "1n8hp3pl56p9s0c5kldk11zg1vg7ykhgn3ndp8nf375h1q49ldh8"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)