diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-09 04:41:21 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-11 11:34:46 -0500 |
commit | c88e669a44cb2b8db077f78dd2470d59567fb607 (patch) | |
tree | 67c8f4f3aac888459177875cc86afe9e8ecef98f /gnu | |
parent | d56bea89ea7016b813e231d6a4ba7f9e8e46d443 (diff) | |
download | gnu-guix-c88e669a44cb2b8db077f78dd2470d59567fb607.tar gnu-guix-c88e669a44cb2b8db077f78dd2470d59567fb607.tar.gz |
gnu: aisleriot: Update to 3.22.1.
* gnu/packages/gnome.scm (aisleriot): Update to 3.22.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d18a3546ae..cbd3a71317 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2730,7 +2730,7 @@ playlists in a variety of formats.") (define-public aisleriot (package (name "aisleriot") - (version "3.20.2") + (version "3.22.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -2738,7 +2738,7 @@ playlists in a variety of formats.") name "-" version ".tar.xz")) (sha256 (base32 - "0vhpi7bzm4gbraky1d3ma26rbwnylcqdakav82j67bpqd7f6n0v2")))) + "01ydq39kk8xvv8nbqqbh458gpmvx676sms71r1iix42z40a13caj")))) (build-system glib-or-gtk-build-system) (arguments '(#:configure-flags |