diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-15 22:39:04 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-15 22:40:06 +0100 |
commit | 39c0a3fdb7dacfd48c2f378f6201c6ac01530a57 (patch) | |
tree | c40e1185e2401953c1eb96df0754ae9b0bb0e54f /gnu/packages/gnome.scm | |
parent | e43f622a9631eab18d695482439abf077a510788 (diff) |
gnu: aisleriot: Update to 3.22.8.
* gnu/packages/gnome.scm (aisleriot): Update to 3.22.8.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 7a5a35c0b9..8b473c231e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3220,7 +3220,7 @@ playlists in a variety of formats.") (define-public aisleriot (package (name "aisleriot") - (version "3.22.5") + (version "3.22.8") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/aisleriot/" @@ -3228,7 +3228,7 @@ playlists in a variety of formats.") "aisleriot-" version ".tar.xz")) (sha256 (base32 - "0rl39psr5xi584310pyrgw36ini4wn7yr2m1q5118w3a3v1dkhzh")))) + "15pm39679ymxki07sb5nvhycz4z53zwbvascyp5wm4864bn98815")))) (build-system glib-or-gtk-build-system) (arguments '(#:configure-flags |