diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-02 19:46:40 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-02 21:10:19 +0100 |
commit | 46994d0d4c94a836702583784274e6736f46d338 (patch) | |
tree | 020c40ac38f2161bb24c7180eabeaadbb72993e6 | |
parent | 03e775d4e82725914681816bb7cf4152ab00cc53 (diff) | |
download | guix-46994d0d4c94a836702583784274e6736f46d338.tar.gz |
gnu: aisleriot: Update to 3.22.4.
* gnu/packages/gnome.scm (aisleriot): Update to 3.22.4.
-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 cb5b765bad..a4f230634c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3083,7 +3083,7 @@ playlists in a variety of formats.") (define-public aisleriot (package (name "aisleriot") - (version "3.22.3") + (version "3.22.4") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3091,7 +3091,7 @@ playlists in a variety of formats.") name "-" version ".tar.xz")) (sha256 (base32 - "12bqbyiqn2dwknz7ndgwgqqqz993s1ynh8qb82sshr7fy4zw8qph")))) + "1yrldsf73rd5p51dsxgbx1hmrakq0x0jc2kl6y6pgaviswxfx3gy")))) (build-system glib-or-gtk-build-system) (arguments '(#:configure-flags |