diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2015-12-13 13:35:11 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2015-12-13 13:35:11 +0200 |
commit | bcff53e03f564d2a6b0dfb9fe1434458fa76d351 (patch) | |
tree | 0d6e4bd24ff1eddde727bb81e53c08ed4a336089 /gnu | |
parent | daee4191e1101257f743969fda60df678dd6c33d (diff) | |
download | guix-bcff53e03f564d2a6b0dfb9fe1434458fa76d351.tar guix-bcff53e03f564d2a6b0dfb9fe1434458fa76d351.tar.gz |
gnu: aisleriot: Update to 3.18.2.
* gnu/packages/gnome.scm (aisleriot): Update to 3.18.2.
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 a3d53502a1..ea7e13be08 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2562,7 +2562,7 @@ playlists in a variety of formats.") (define-public aisleriot (package (name "aisleriot") - (version "3.16.1") + (version "3.18.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -2570,7 +2570,7 @@ playlists in a variety of formats.") name "-" version ".tar.xz")) (sha256 (base32 - "19k483x9dkq8vjbq8f333pk9qil64clpsfg20q8xk9bgmk38aj8h")))) + "1qrgcj30hl0fgssspkwrad10lqy1bbsp7lfwxmxlwzp33jhqpb0b")))) (build-system glib-or-gtk-build-system) (arguments '(#:configure-flags |