gnu: gnome-klotski: Update to 3.20.2.
* gnu/packages/gnome.scm (gnome-klotski): Update to 3.20.2.
This commit is contained in:
parent
955297a147
commit
c716acc98c
|
@ -3068,7 +3068,7 @@ GNOME Games, but it may be used by others.")
|
||||||
(define-public gnome-klotski
|
(define-public gnome-klotski
|
||||||
(package
|
(package
|
||||||
(name "gnome-klotski")
|
(name "gnome-klotski")
|
||||||
(version "3.20.1")
|
(version "3.20.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -3076,7 +3076,7 @@ GNOME Games, but it may be used by others.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1130v6sk9h74b3xgv0bq43anaw7xs9x8vdab3q7p9db6w0px02wj"))))
|
"14w40a1gjlg4l1vhcy0qcf3scmwm2v3vhxnxj269pfqlv8s7alaw"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("desktop-file-utils" ,desktop-file-utils)
|
`(("desktop-file-utils" ,desktop-file-utils)
|
||||||
|
|
Loading…
Reference in New Issue