mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
python312Packages.smolagents: 1.16.1 -> 1.17.0
Diff: https://github.com/huggingface/smolagents/compare/refs/tags/v1.16.1...refs/tags/v1.17.0 Changelog: https://github.com/huggingface/smolagents/releases/tag/v1.17.0
This commit is contained in:
parent
83e3eaf4ce
commit
7c153efd1f
1 changed files with 2 additions and 2 deletions
|
@ -34,14 +34,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "smolagents";
|
pname = "smolagents";
|
||||||
version = "1.16.1";
|
version = "1.17.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "huggingface";
|
owner = "huggingface";
|
||||||
repo = "smolagents";
|
repo = "smolagents";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-4G55fASE8D4UfqO7/j+2VjqdQ8FxFPLkYO2pl5sSlxw=";
|
hash = "sha256-BMyLN8eNGBhywpN/EEE8hFf4Wb5EDpZvqBbX0ojRYec=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue