aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2016-08-22 21:55:13 +0800
committer宋文武 <iyzsong@gmail.com>2016-08-23 19:46:57 +0800
commit52d8ebeb83852e7afd75c33c79933d11dcebea74 (patch)
tree1da6ed1699e1191ced7bab9d79441e1b3226260d /gnu
parent2b949c03a8c1214f73a2a75c19dab3cd44416b73 (diff)
downloadguix-52d8ebeb83852e7afd75c33c79933d11dcebea74.tar.gz
guix-52d8ebeb83852e7afd75c33c79933d11dcebea74.zip
gnu: gnome-sudoku: Update to 3.20.5.
* gnu/packages/gnome.scm (gnome-sudoku): Update to 3.20.5.
Diffstat (limited to 'gnu')
-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 73b3e1614f..043e2a0a37 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2294,7 +2294,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.20.0")
+ (version "3.20.5")
(source
(origin
(method url-fetch)
@@ -2303,7 +2303,7 @@ floating in an ocean using only your brain and a little bit of luck.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1n8hp3pl56p9s0c5kldk11zg1vg7ykhgn3ndp8nf375h1q49ldh8"))))
+ "166bbv5k50v7pjp3wbl2rmxcmv1adwr14hxg5rw2ws8kams8151k"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)