diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-09 04:45:49 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-11 11:34:45 -0500 |
commit | d56bea89ea7016b813e231d6a4ba7f9e8e46d443 (patch) | |
tree | afa759490e19d4eb7781511c27c6755a07aea6e6 /gnu | |
parent | 7399296264284825d26b789ea511180aebd6aec1 (diff) | |
download | gnu-guix-d56bea89ea7016b813e231d6a4ba7f9e8e46d443.tar gnu-guix-d56bea89ea7016b813e231d6a4ba7f9e8e46d443.tar.gz |
gnu: gnome-sudoku: Update to 3.22.2.
* gnu/packages/gnome.scm (gnome-sudoku): Update to 3.22.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index c892e3dfa1..d18a3546ae 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2298,7 +2298,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.5") + (version "3.22.2") (source (origin (method url-fetch) @@ -2307,7 +2307,7 @@ floating in an ocean using only your brain and a little bit of luck.") name "-" version ".tar.xz")) (sha256 (base32 - "166bbv5k50v7pjp3wbl2rmxcmv1adwr14hxg5rw2ws8kams8151k")))) + "1sz2ln2nc9ff7zigghil32vbmr2qhb98dc0rbrz755rlrsh8pi08")))) (build-system glib-or-gtk-build-system) (native-inputs `(("pkg-config" ,pkg-config) |