summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-05-12 22:28:49 -0400
committerMark H Weaver <mhw@netris.org>2015-05-12 22:50:46 -0400
commite736cfcee692b364f26eaccc45048179c5bb88f2 (patch)
tree871998a4c83058f990a4faaebea357741f85653f
parent19595c08f3a7341992c8377bfbd244920b4b2711 (diff)
downloadguix-e736cfcee692b364f26eaccc45048179c5bb88f2.tar.gz
guix-e736cfcee692b364f26eaccc45048179c5bb88f2.tar.xz
gnu: gnubik: Update to 2.4.2.
* gnu/packages/games.scm (gnubik): Update to 2.4.2.
-rw-r--r--gnu/packages/games.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index d86e151a85..afed704840 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -108,7 +108,7 @@ representation of the playing board.")
(define-public gnubik
(package
(name "gnubik")
- (version "2.4.1")
+ (version "2.4.2")
(source
(origin
(method url-fetch)
@@ -116,7 +116,7 @@ representation of the playing board.")
version ".tar.gz"))
(sha256
(base32
- "0mfpwz341i1qpzi2qgslpc5i7d4fv7i01kv392m11pczqdc7i7m5"))))
+ "0mhpfnxzbns0wfrsjv5vafqr34770rbvkmdzxk0x0aq67hb3zyl5"))))
(build-system gnu-build-system)
(inputs `(("gtk+" ,gtk+-2)
("mesa" ,mesa)