gnu: gnubg: Update to 1.07.001.
* gnu/packages/games.scm (gnubg): Update to 1.07.001.master
parent
c08b6d7056
commit
4595dfe2cd
|
@ -2018,7 +2018,7 @@ such as chess or stockfish.")
|
||||||
(define-public gnubg
|
(define-public gnubg
|
||||||
(package
|
(package
|
||||||
(name "gnubg")
|
(name "gnubg")
|
||||||
(version "1.06.002")
|
(version "1.07.001")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2026,10 +2026,10 @@ such as chess or stockfish.")
|
||||||
version "-sources.tar.gz"))
|
version "-sources.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11xwhcli1h12k6rnhhyq4jphzrhfik7i8ah3k32pqw803460n6yf"))))
|
"07l2srlm05c99l4pppba8l54bnh000ns2rih5h8rzbcw84lrffbj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list ;; XXX: Build with an older Pango for 'pango_font_get_hb_font' and
|
(inputs (list ;; XXX: Build with an older Pango for 'pango_font_get_hb_font' and
|
||||||
;; 'pango_coverage_get_type'. Try removing this for versions > 1.06.002.
|
;; 'pango_coverage_get_type'. Try removing this for versions > 1.07.001.
|
||||||
pango-1.42
|
pango-1.42
|
||||||
glib
|
glib
|
||||||
readline
|
readline
|
||||||
|
|
Reference in New Issue