python312Packages.evaluate: 0.4.2 -> 0.4.3

This commit is contained in:
R. Ryantm
2024-09-13 06:57:03 +00:00
parent a0620779ec
commit 272b51ed0f

View File

@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "evaluate";
version = "0.4.2";
version = "0.4.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "evaluate";
rev = "refs/tags/v${version}";
hash = "sha256-CGBluY7wFr+RdUW4QTUN18z1WKAB104ayrkzzPZHZ/w=";
hash = "sha256-G/SK0nMpkpCEzX8AX/IJqpOPZWAQhP8tyr7TJ+F0NCE=";
};
build-system = [ setuptools ];