From c0e31bbb7cbfa40c11f748f4540a4c9f3e3f01ac Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Sun, 21 Sep 2025 21:41:09 +0200 Subject: [PATCH] gnu: gnubg: Update to 1.08.003. * gnu/packages/games.scm (gnubg): Update to 1.08.003. [native-inputs]: Add flex. Replace python-2 by python. Remove libxcrypt. Change-Id: I1093f481ad664b4183b09c238d220fd36009ca4d --- gnu/packages/games.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 7ce77ff80f0..98ebefc19e7 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2395,7 +2395,7 @@ such as chess or stockfish.") (define-public gnubg (package (name "gnubg") - (version "1.07.001") + (version "1.08.003") (source (origin (method url-fetch) @@ -2403,10 +2403,10 @@ such as chess or stockfish.") version "-sources.tar.gz")) (sha256 (base32 - "07l2srlm05c99l4pppba8l54bnh000ns2rih5h8rzbcw84lrffbj")))) + "0yar8j6g2f1q9zz9m9ha9xzvjr6mwp2qrzwhp9ppizyg2fdrczbg")))) (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.07.001. + ;; 'pango_coverage_get_type'. Try removing this for versions > 1.08.003. pango-1.42 glib readline @@ -2415,10 +2415,10 @@ such as chess or stockfish.") glu gtkglext sqlite - libcanberra - libxcrypt)) ;required by Python.h - (native-inputs `(("python-2" ,python-2) - ("pkg-config" ,pkg-config))) + libcanberra)) + (native-inputs (list flex + python + pkg-config)) (arguments `(#:configure-flags ;; SSE instructions are available on Intel systems only.