gnu: gnubik: Update to 2.4.2.

* gnu/packages/games.scm (gnubik): Update to 2.4.2.
This commit is contained in:
Mark H Weaver 2015-05-12 22:28:49 -04:00
parent 19595c08f3
commit e736cfcee6
1 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ representation of the playing board.")
(define-public gnubik (define-public gnubik
(package (package
(name "gnubik") (name "gnubik")
(version "2.4.1") (version "2.4.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -116,7 +116,7 @@ representation of the playing board.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0mfpwz341i1qpzi2qgslpc5i7d4fv7i01kv392m11pczqdc7i7m5")))) "0mhpfnxzbns0wfrsjv5vafqr34770rbvkmdzxk0x0aq67hb3zyl5"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("gtk+" ,gtk+-2) (inputs `(("gtk+" ,gtk+-2)
("mesa" ,mesa) ("mesa" ,mesa)