~ruther/guix-local

226e57d674c1a718fb8f27a2cc25224ed42a7235 — Kei Kebreau 8 years ago 6626c54
gnu: aisleriot: Update to 3.22.3.

* gnu/packages/gnome.scm (aisleriot): Update to 3.22.3.
[inputs]: Use guile-2.2 instead of guile-2.0.
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +3 -3
@@ 3091,7 3091,7 @@ playlists in a variety of formats.")
(define-public aisleriot
  (package
    (name "aisleriot")
    (version "3.22.2")
    (version "3.22.3")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"


@@ 3099,7 3099,7 @@ playlists in a variety of formats.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
                "0a8cir7vgi67sncl0m7cypq11amardm7r68gr3q52a11l8ajycdx"))))
                "12bqbyiqn2dwknz7ndgwgqqqz993s1ynh8qb82sshr7fy4zw8qph"))))
    (build-system glib-or-gtk-build-system)
    (arguments
     '(#:configure-flags


@@ 3114,7 3114,7 @@ playlists in a variety of formats.")
       ("xmllint" ,libxml2)))
    (inputs
     `(("gtk+" ,gtk+)
       ("guile" ,guile-2.0)
       ("guile" ,guile-2.2)
       ("libcanberra" ,libcanberra)
       ("librsvg" ,librsvg)))
    (home-page "https://wiki.gnome.org/Apps/Aisleriot")