diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2015-12-13 12:24:47 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2015-12-13 12:24:47 +0200 |
commit | e0b6e264031eef3269a591bf82148a9747245e2a (patch) | |
tree | e7aca7eb9c7067348bb67830ee1ae02d4642cf0d /gnu/packages/gnome.scm | |
parent | af83490d7e156e8e34335e429803c670143411e7 (diff) | |
download | guix-e0b6e264031eef3269a591bf82148a9747245e2a.tar guix-e0b6e264031eef3269a591bf82148a9747245e2a.tar.gz |
gnu: gnome-klotski: Update to 3.18.2.
* gnu/packages/gnome.scm (gnome-klotski): Update to 3.18.2.
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 47c62f1d02..935ceac384 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2864,7 +2864,7 @@ queries upon that data.") (define-public gnome-klotski (package (name "gnome-klotski") - (version "3.16.1") + (version "3.18.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -2872,7 +2872,7 @@ queries upon that data.") name "-" version ".tar.xz")) (sha256 (base32 - "0a64935c7pp51jhaf29q9zlx3lamj7zrhyff7clvv0w8v1w6gpax")))) + "14l1fji0860yam41x2cy72nd9bljph385ynfm6k1lsv4qhv72az2")))) (build-system glib-or-gtk-build-system) (native-inputs `(("desktop-file-utils" ,desktop-file-utils) |