python3Packages.smolagents: 1.24.0 -> 1.25.0

Diff: https://github.com/huggingface/smolagents/compare/v1.24.0...v1.25.0

Changelog: https://github.com/huggingface/smolagents/releases/tag/v1.25.0
This commit is contained in:
Fabian Affolter
2026-05-21 09:35:40 +02:00
parent 40914650d0
commit c7a9590e18
@@ -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 ];