From 4dff7067f90ca793a6b03bd0fab227f5e1b512de Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Thu, 19 Mar 2026 14:22:46 +0100 Subject: [PATCH] gnu: python-sacrebleu: Update to 2.6.0. * gnu/packages/machine-learning.scm (python-sacrebleu): Update to 2.6.0. [native-inputs]: Remove python-wheel; add python-setuptools-scm. Change-Id: I41dc63ac9490a988c36990d432cfbe507d013d9c --- gnu/packages/machine-learning.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index e8edabb9db..a4212d26ce 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -1609,7 +1609,7 @@ provides an interface for (define-public python-sacrebleu (package (name "python-sacrebleu") - (version "2.3.1") + (version "2.6.0") (source (origin (method git-fetch) (uri (git-reference @@ -1618,7 +1618,7 @@ provides an interface for (file-name (git-file-name name version)) (sha256 (base32 - "1al4qf9wsq5l453qqb6clims62ns0s07wb9rfbf4hbpr1f2iv7zv")))) + "0d1s5f4cv668cjpz7zjxl0mjn7jhl6b0y9mx3cf78frzszglvya7")))) (build-system pyproject-build-system) (arguments (list @@ -1642,7 +1642,7 @@ and not test_wmt22_references") python-portalocker python-regex python-tabulate)) - (native-inputs (list python-pytest python-setuptools python-wheel)) + (native-inputs (list python-pytest python-setuptools python-setuptools-scm)) (home-page "https://github.com/mjpost/sacrebleu") (synopsis "Compute shareable, comparable, and reproducible BLEU, chrF, and TER scores")