Merge pull request #321584 from r-ryantm/auto-update/python311Packages.sacrebleu

python311Packages.sacrebleu: 2.3.1 -> 2.4.2
This commit is contained in:
Yt
2024-06-21 23:50:35 +00:00
committed by GitHub
@@ -16,7 +16,7 @@
}:
let
pname = "sacrebleu";
version = "2.3.1";
version = "2.4.2";
in
buildPythonPackage {
inherit pname version;
@@ -25,8 +25,8 @@ buildPythonPackage {
src = fetchFromGitHub {
owner = "mjpost";
repo = pname;
rev = "v${version}";
hash = "sha256-+58dhQv5LkjccjktfoAG2gqja6TMLIxHIbRgzZPDhKo=";
rev = "refs/tags/v${version}";
hash = "sha256-evSBHvDFOJlE2f9uM+NNCQeABY5lCc3Rs9dq11n7v5c=";
};
# postPatch = ''