diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-10 00:39:35 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-10 02:18:04 +0200 |
commit | 36ed9b4678ee9366b4ec40501928ccbb149c6db7 (patch) | |
tree | 25db121895564ce2e4c787a057257937bb622cd5 /gnu | |
parent | deb083628f46d56272e8df46364926c50c6df48b (diff) | |
download | patches-36ed9b4678ee9366b4ec40501928ccbb149c6db7.tar patches-36ed9b4678ee9366b4ec40501928ccbb149c6db7.tar.gz |
gnu: aisleriot: Update to 3.22.9.
* gnu/packages/gnome.scm (aisleriot): Update to 3.22.9.
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 a572075ea0..d40919693a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3360,7 +3360,7 @@ playlists in a variety of formats.") (define-public aisleriot (package (name "aisleriot") - (version "3.22.8") + (version "3.22.9") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/aisleriot/" @@ -3368,7 +3368,7 @@ playlists in a variety of formats.") "aisleriot-" version ".tar.xz")) (sha256 (base32 - "15pm39679ymxki07sb5nvhycz4z53zwbvascyp5wm4864bn98815")))) + "0yzdh9cw5cjjgvfh75bihl968czlgfmpmn1z0fdk88sgvpjgzwji")))) (build-system glib-or-gtk-build-system) (arguments '(#:configure-flags |