gnu: gnome-sudoku: Update to 3.30.0.

* gnu/packages/gnome.scm (gnome-sudoku): Update to 3.30.0.
This commit is contained in:
Ricardo Wurmus 2018-12-04 05:11:57 +01:00 committed by Kei Kebreau
parent f7a584f4e3
commit b3f95507df
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -2907,7 +2907,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.28.0")
(version "3.30.0")
(source
(origin
(method url-fetch)
@ -2916,7 +2916,7 @@ floating in an ocean using only your brain and a little bit of luck.")
name "-" version ".tar.xz"))
(sha256
(base32
"07b4lzniaf3gjsss6zl1lslv18smwc4nrijykvn2z90f423q2xav"))))
"1xy986s51jnrcqwan2hy4bjdg6797yr9s7gxx2z2q4j4gkx3qa1f"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)