Archived
1
0
Fork 0

gnu: gnubg: Update to 1.06.001.

* gnu/packages/games.scm (gnubg): Update to 1.06.001.
This commit is contained in:
Kei Kebreau 2018-07-30 12:33:42 -04:00
parent 715a44e930
commit 0856e3e900
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -545,15 +545,15 @@ destroying an ancient book using a special wand.")
(define-public gnubg (define-public gnubg
(package (package
(name "gnubg") (name "gnubg")
(version "1.02") (version "1.06.001")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://files.gnubg.org/media/sources/gnubg-release-" (uri (string-append "http://files.gnubg.org/media/sources/gnubg-release-"
version ".000-sources." "tar.gz")) version "-sources." "tar.gz"))
(sha256 (sha256
(base32 (base32
"015mvjk2iw1cg1kxwxfnvp2rxb9cylf6yc39i30fdy414k07zkky")))) "0snz3j1bvr25ji7lg82bl2gm2s2x9lrpc7viw0hclgz0ql74cw7b"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("glib" ,glib) (inputs `(("glib" ,glib)
("readline" ,readline) ("readline" ,readline)
@ -567,9 +567,9 @@ destroying an ancient book using a special wand.")
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(home-page "http://gnubg.org") (home-page "http://gnubg.org")
(synopsis "Backgammon game") (synopsis "Backgammon game")
(description "The GNU backgammon application can be used for playing, analyzing and (description "The GNU backgammon application can be used for playing,
teaching the game. It has an advanced evaluation engine based on artificial analyzing and teaching the game. It has an advanced evaluation engine based on
neural networks suitable for both beginners and advanced players. In artificial neural networks suitable for both beginners and advanced players. In
addition to a command-line interface, it also features an attractive, 3D addition to a command-line interface, it also features an attractive, 3D
representation of the playing board.") representation of the playing board.")
(license license:gpl3+))) (license license:gpl3+)))