python3Packages.smolagents: 1.24.0 -> 1.25.0 (#522516)

This commit is contained in:
Fabian Affolter
2026-05-21 10:35:12 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
@@ -19,14 +19,14 @@ let
hash = "sha256-ojqk6U2caS7Xz4iGUC9aQVHrKb2QNvMlPuQAL/jJat0=";
};
in
buildPythonPackage rec {
buildPythonPackage (finalAttrs: {
pname = "rouge-score";
version = "0.1.2";
pyproject = true;
src = fetchPypi {
pname = "rouge_score";
inherit version;
inherit (finalAttrs) version;
extension = "tar.gz";
hash = "sha256-x9TaJoPmjJq/ATXvkV1jpGZDZm+EjlWKG59+rRf/DwQ=";
};
@@ -65,4 +65,4 @@ buildPythonPackage rec {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ nviets ];
};
}
})
@@ -54,14 +54,14 @@
buildPythonPackage (finalAttrs: {
pname = "smolagents";
version = "1.24.0";
version = "1.25.0";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "smolagents";
tag = "v${finalAttrs.version}";
hash = "sha256-I+I7XVnYGKuATP4MIN99vx6qvDhIwcn2x25GhDIg0u0=";
hash = "sha256-ywjhPqK9Qc0eDN4LvY70o0EhB3FeRwJ5taGURtXUvlY=";
};
build-system = [ setuptools ];