diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-08-22 21:57:35 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-08-23 19:46:57 +0800 |
commit | c716acc98c0f1932f21ce3c5036ee570b425fa51 (patch) | |
tree | 3f895fc42df49f9e1b9dbbedf91376eb4ba0c8b4 /gnu/packages/gnome.scm | |
parent | 955297a14761ddc35b396eddc7f55b9b3b5231d0 (diff) | |
download | guix-c716acc98c0f1932f21ce3c5036ee570b425fa51.tar.gz |
gnu: gnome-klotski: Update to 3.20.2.
* gnu/packages/gnome.scm (gnome-klotski): Update to 3.20.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 7cb277099e..4567d57865 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3068,7 +3068,7 @@ GNOME Games, but it may be used by others.") (define-public gnome-klotski (package (name "gnome-klotski") - (version "3.20.1") + (version "3.20.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3076,7 +3076,7 @@ GNOME Games, but it may be used by others.") name "-" version ".tar.xz")) (sha256 (base32 - "1130v6sk9h74b3xgv0bq43anaw7xs9x8vdab3q7p9db6w0px02wj")))) + "14w40a1gjlg4l1vhcy0qcf3scmwm2v3vhxnxj269pfqlv8s7alaw")))) (build-system glib-or-gtk-build-system) (native-inputs `(("desktop-file-utils" ,desktop-file-utils) |