diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-23 11:44:42 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-25 00:36:33 +0100 |
commit | 491883a6ea6d0941cc6db7583e441ee8abeb5abd (patch) | |
tree | 3e430422f7adae69f50287fec198d38940d9ac99 /gnu/packages/gnome.scm | |
parent | faf44e3810ac6da96eb40adb395a6d99b63b1927 (diff) | |
download | guix-491883a6ea6d0941cc6db7583e441ee8abeb5abd.tar guix-491883a6ea6d0941cc6db7583e441ee8abeb5abd.tar.gz |
gnu: aisleriot: Update to 3.22.5.
* gnu/packages/gnome.scm (aisleriot): Update to 3.22.5.
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 9841e11863..45621873e3 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3127,7 +3127,7 @@ playlists in a variety of formats.") (define-public aisleriot (package (name "aisleriot") - (version "3.22.4") + (version "3.22.5") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3135,7 +3135,7 @@ playlists in a variety of formats.") name "-" version ".tar.xz")) (sha256 (base32 - "1yrldsf73rd5p51dsxgbx1hmrakq0x0jc2kl6y6pgaviswxfx3gy")))) + "0rl39psr5xi584310pyrgw36ini4wn7yr2m1q5118w3a3v1dkhzh")))) (build-system glib-or-gtk-build-system) (arguments '(#:configure-flags |