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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user