gnu: gnubg: Update to 1.05.
* gnu/packages/games.scm (gnubg): Update to 1.05.
This commit is contained in:
parent
05bf7f507a
commit
ec84c7870e
|
@ -207,7 +207,7 @@ effects and music to make a completely free game.")
|
||||||
(define-public gnubg
|
(define-public gnubg
|
||||||
(package
|
(package
|
||||||
(name "gnubg")
|
(name "gnubg")
|
||||||
(version "1.02")
|
(version "1.05")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -215,7 +215,7 @@ effects and music to make a completely free game.")
|
||||||
version ".000-sources." "tar.gz"))
|
version ".000-sources." "tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"015mvjk2iw1cg1kxwxfnvp2rxb9cylf6yc39i30fdy414k07zkky"))))
|
"1nydliwfpljbys4941irixflqqwpv889mx5lcjz50ygih85q2wm8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("glib" ,glib)
|
(inputs `(("glib" ,glib)
|
||||||
("readline" ,readline)
|
("readline" ,readline)
|
||||||
|
|
Loading…
Reference in New Issue