gnu: gnubg: Update to 1.05.

* gnu/packages/games.scm (gnubg): Update to 1.05.
This commit is contained in:
Kei Kebreau 2017-05-17 11:09:58 -04:00
parent 05bf7f507a
commit ec84c7870e
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -207,7 +207,7 @@ (define-public freedoom
(define-public gnubg
(package
(name "gnubg")
(version "1.02")
(version "1.05")
(source
(origin
(method url-fetch)
@ -215,7 +215,7 @@ (define-public gnubg
version ".000-sources." "tar.gz"))
(sha256
(base32
"015mvjk2iw1cg1kxwxfnvp2rxb9cylf6yc39i30fdy414k07zkky"))))
"1nydliwfpljbys4941irixflqqwpv889mx5lcjz50ygih85q2wm8"))))
(build-system gnu-build-system)
(inputs `(("glib" ,glib)
("readline" ,readline)