gnu: gnome-sudoku: Update to 3.20.0.
* gnu/packages/gnome.scm (gnome-sudoku): Update to 3.20.0.
This commit is contained in:
parent
a28bf6b4fe
commit
319549c242
|
@ -2206,7 +2206,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.18.2")
|
(version "3.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2215,7 +2215,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
|
||||||
"1b60z22fjrjzsz0kfhv0kfhvigzn54wvh9s31zrlp7sx2h2dxvsf"))))
|
"1n8hp3pl56p9s0c5kldk11zg1vg7ykhgn3ndp8nf375h1q49ldh8"))))
|
||||||
(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)
|
||||||
|
|
Loading…
Reference in New Issue