~ruther/guix-local

55a9f040523007f97a5fb72696cf7712c7d799ca — Tobias Geerinckx-Rice 8 years ago da40501
gnu: gnome-klotski: Update to 3.22.2.

* gnu/packages/gnome.scm (gnome-klotski): Update to 3.22.2.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +2 -2
@@ 3435,7 3435,7 @@ GNOME Games, but it may be used by others.")
(define-public gnome-klotski
  (package
    (name "gnome-klotski")
    (version "3.22.1")
    (version "3.22.2")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"


@@ 3443,7 3443,7 @@ GNOME Games, but it may be used by others.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
                "04ragvrz29sydi2kf1zk2aimi3b3hn34jrndfd2lx6h8l45anq3q"))))
                "16hd6yk01rhb4pj8m01fyn72wykf41d72gsms81q0n4zm5bm1a4h"))))
    (build-system glib-or-gtk-build-system)
    (native-inputs
     `(("desktop-file-utils" ,desktop-file-utils)