summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2023-08-20 20:41:59 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-08-26 11:14:47 +0800
commit4595dfe2cd2c96d4bf76b78ebcf3340d5a648bae (patch)
tree332d76ec6a120c896cf7d4d2617dee0d21a666a0
parentc08b6d7056324be709698485e504014491839cb8 (diff)
gnu: gnubg: Update to 1.07.001.
* gnu/packages/games.scm (gnubg): Update to 1.07.001.
-rw-r--r--gnu/packages/games.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index c3b277eec1..b36deb73a0 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2018,7 +2018,7 @@ such as chess or stockfish.")
(define-public gnubg
(package
(name "gnubg")
- (version "1.06.002")
+ (version "1.07.001")
(source
(origin
(method url-fetch)
@@ -2026,10 +2026,10 @@ such as chess or stockfish.")
version "-sources.tar.gz"))
(sha256
(base32
- "11xwhcli1h12k6rnhhyq4jphzrhfik7i8ah3k32pqw803460n6yf"))))
+ "07l2srlm05c99l4pppba8l54bnh000ns2rih5h8rzbcw84lrffbj"))))
(build-system gnu-build-system)
(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
glib
readline