gnu: gnome-klotski: Update to 3.22.1.
* gnu/packages/gnome.scm (gnome-klotski): Update to 3.22.1. [inputs]: libgames-support -> libgnome-games-support.
This commit is contained in:
parent
43ec26046c
commit
f4eae76fb9
|
@ -3090,7 +3090,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.2")
|
(version "3.22.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -3098,7 +3098,7 @@ GNOME Games, but it may be used by others.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14w40a1gjlg4l1vhcy0qcf3scmwm2v3vhxnxj269pfqlv8s7alaw"))))
|
"04ragvrz29sydi2kf1zk2aimi3b3hn34jrndfd2lx6h8l45anq3q"))))
|
||||||
(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)
|
||||||
|
@ -3108,7 +3108,7 @@ GNOME Games, but it may be used by others.")
|
||||||
("xmllint" ,libxml2)))
|
("xmllint" ,libxml2)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gtk+" ,gtk+)
|
`(("gtk+" ,gtk+)
|
||||||
("libgames-support" ,libgames-support)
|
("libgnome-games-support" ,libgnome-games-support)
|
||||||
("librsvg" ,librsvg)))
|
("librsvg" ,librsvg)))
|
||||||
(home-page "https://wiki.gnome.org/Apps/Klotski")
|
(home-page "https://wiki.gnome.org/Apps/Klotski")
|
||||||
(synopsis "Sliding block puzzles")
|
(synopsis "Sliding block puzzles")
|
||||||
|
|
Loading…
Reference in New Issue