gnu: gnome-sudoku: Update to 3.24.0.

* gnu/packages/gnome.scm (gnome-sudoku): Update to 3.24.0.
This commit is contained in:
Marius Bakke 2017-05-24 19:38:28 +02:00
parent e20d997fbf
commit 34a8af2d9d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -2405,7 +2405,7 @@ floating in an ocean using only your brain and a little bit of luck.")
(define-public gnome-sudoku (define-public gnome-sudoku
(package (package
(name "gnome-sudoku") (name "gnome-sudoku")
(version "3.22.2") (version "3.24.0")
(source (source
(origin (origin
(method url-fetch) (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")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1sz2ln2nc9ff7zigghil32vbmr2qhb98dc0rbrz755rlrsh8pi08")))) "1mw5ykk7wr0r9770jj5270f07rjws0pmpjs0b1fywj4li13r98h4"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)