me
/
guix
Archived
1
0
Fork 0

gnu: gnubg: Update to 1.07.001.

* gnu/packages/games.scm (gnubg): Update to 1.07.001.
master
宋文武 2023-08-20 20:41:59 +08:00
parent c08b6d7056
commit 4595dfe2cd
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 3 additions and 3 deletions

View File

@ -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