python312Packages.huggingface-hub: 0.25.2 -> 0.26.1
Diff: https://github.com/huggingface/huggingface_hub/compare/refs/tags/v0.25.2...v0.26.1 Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.26.1
This commit is contained in:
parent
4a5e52829b
commit
27d3ece652
@ -18,14 +18,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "huggingface-hub";
|
||||
version = "0.25.2";
|
||||
version = "0.26.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "huggingface";
|
||||
repo = "huggingface_hub";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-wUZkh8ti35F8bGtEKJZGSRySLvCkIWEFajQNWo/WCys=";
|
||||
hash = "sha256-tro4Cvjyjc1vfAvYnfeKjh8ej83Z8l4cKe8SqIBVLXg=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
Loading…
Reference in New Issue
Block a user