diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-05-24 19:38:28 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-05-25 00:53:45 +0200 |
commit | 34a8af2d9d5236b9ec35c6f98fec6090ba300337 (patch) | |
tree | 1c2c200c6a2aad8638d15ac99a6ecbf0f79db9b7 /gnu | |
parent | e20d997fbfcfff33aafccf555584eecd7d2311c3 (diff) | |
download | patches-34a8af2d9d5236b9ec35c6f98fec6090ba300337.tar patches-34a8af2d9d5236b9ec35c6f98fec6090ba300337.tar.gz |
gnu: gnome-sudoku: Update to 3.24.0.
* gnu/packages/gnome.scm (gnome-sudoku): Update to 3.24.0.
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 f3d4db5488..c52b2050fe 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2405,7 +2405,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.22.2") + (version "3.24.0") (source (origin (method url-fetch) @@ -2414,7 +2414,7 @@ floating in an ocean using only your brain and a little bit of luck.") name "-" version ".tar.xz")) (sha256 (base32 - "1sz2ln2nc9ff7zigghil32vbmr2qhb98dc0rbrz755rlrsh8pi08")))) + "1mw5ykk7wr0r9770jj5270f07rjws0pmpjs0b1fywj4li13r98h4")))) (build-system glib-or-gtk-build-system) (native-inputs `(("pkg-config" ,pkg-config) |