gnu: aisleriot: Update to 3.20.2.
* gnu/packages/gnome.scm (aisleriot): Update to 3.20.2.
This commit is contained in:
parent
ccf6e2a483
commit
955297a147
|
@ -2721,7 +2721,7 @@ playlists in a variety of formats.")
|
||||||
(define-public aisleriot
|
(define-public aisleriot
|
||||||
(package
|
(package
|
||||||
(name "aisleriot")
|
(name "aisleriot")
|
||||||
(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 "/"
|
||||||
|
@ -2729,7 +2729,7 @@ playlists in a variety of formats.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nipky336jj81mhm8wwxp96zilgcrarihf95dnyj3r1pw8kpg7gy"))))
|
"0vhpi7bzm4gbraky1d3ma26rbwnylcqdakav82j67bpqd7f6n0v2"))))
|
||||||
(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