summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYt <raphael@megzari.com>2026-01-17 21:36:18 +0000
committerGitHub <noreply@github.com>2026-01-17 21:36:18 +0000
commit4f6c377ec69aecaf72b380e763b2252ae7ef5302 (patch)
tree052c5eb115afd8346346d6a1fb838a3aa0df27fa
parentf3f17164439e67b96654967282780136b80e1f04 (diff)
parent5b2cd1cee6be3938d5617813beb23486e48d1f13 (diff)
python3Packages.sacrebleu: 2.5.1 -> 2.6.0 (#481060)
-rw-r--r--pkgs/development/python-modules/sacrebleu/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sacrebleu/default.nix b/pkgs/development/python-modules/sacrebleu/default.nix
index 72ea5077cd80..f2e83cf30e2a 100644
--- a/pkgs/development/python-modules/sacrebleu/default.nix
+++ b/pkgs/development/python-modules/sacrebleu/default.nix
@@ -19,7 +19,7 @@
}:
let
pname = "sacrebleu";
- version = "2.5.1";
+ version = "2.6.0";
in
buildPythonPackage {
inherit pname version;
@@ -29,7 +29,7 @@ buildPythonPackage {
owner = "mjpost";
repo = "sacrebleu";
tag = "v${version}";
- hash = "sha256-nLZotWQLrN9hB1fBuDJkvGr4SMvQz8Ucl8ybpNhf9Ic=";
+ hash = "sha256-R/lN39c/O3QcG70mD5ahUB4rK6Bd/vOvZMiYzYgrOjQ=";
};
build-system = [ setuptools-scm ];