python3Packages.smolagents: 1.25.0 -> 1.26.0

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

Changelog: https://github.com/huggingface/smolagents/releases/tag/v1.26.0
This commit is contained in:
Fabian Affolter
2026-06-04 15:17:52 +02:00
parent 7fe21cc454
commit 083406930c
@@ -54,14 +54,14 @@
buildPythonPackage (finalAttrs: {
pname = "smolagents";
version = "1.25.0";
version = "1.26.0";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "smolagents";
tag = "v${finalAttrs.version}";
hash = "sha256-ywjhPqK9Qc0eDN4LvY70o0EhB3FeRwJ5taGURtXUvlY=";
hash = "sha256-FYxPz5vmISSgWDVBaRmnEygP60IkUHUtojMSXluEiJg=";
};
build-system = [ setuptools ];