aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-23 11:45:51 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-25 00:36:33 +0100
commit36828576b3fad81b61ca2efcc65ae6aa8f0e82c9 (patch)
treeb7c64e5145ead0011f94ac034ca072510138d747 /gnu/packages/gnome.scm
parent491883a6ea6d0941cc6db7583e441ee8abeb5abd (diff)
downloadguix-36828576b3fad81b61ca2efcc65ae6aa8f0e82c9.tar
guix-36828576b3fad81b61ca2efcc65ae6aa8f0e82c9.tar.gz
gnu: gnome-klotski: Update to 3.22.3.
* gnu/packages/gnome.scm (gnome-klotski): Update to 3.22.3.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 45621873e3..fb9a94450b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3482,7 +3482,7 @@ GNOME Games, but it may be used by others.")
(define-public gnome-klotski
(package
(name "gnome-klotski")
- (version "3.22.2")
+ (version "3.22.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -3490,7 +3490,7 @@ GNOME Games, but it may be used by others.")
name "-" version ".tar.xz"))
(sha256
(base32
- "16hd6yk01rhb4pj8m01fyn72wykf41d72gsms81q0n4zm5bm1a4h"))))
+ "0prc0s28pdflgzyvk1g0yfx982q2grivmz3858nwpqmbkha81r7f"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("desktop-file-utils" ,desktop-file-utils)