gnu: aisleriot: Update to 3.22.1.
* gnu/packages/gnome.scm (aisleriot): Update to 3.22.1.
This commit is contained in:
parent
d56bea89ea
commit
c88e669a44
|
@ -2730,7 +2730,7 @@ playlists in a variety of formats.")
|
||||||
(define-public aisleriot
|
(define-public aisleriot
|
||||||
(package
|
(package
|
||||||
(name "aisleriot")
|
(name "aisleriot")
|
||||||
(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 "/"
|
||||||
|
@ -2738,7 +2738,7 @@ playlists in a variety of formats.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vhpi7bzm4gbraky1d3ma26rbwnylcqdakav82j67bpqd7f6n0v2"))))
|
"01ydq39kk8xvv8nbqqbh458gpmvx676sms71r1iix42z40a13caj"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
|
|
Loading…
Reference in New Issue