python312Packages.huggingface-hub: 0.30.2 -> 0.31.4
Diff: https://github.com/huggingface/huggingface_hub/compare/refs/tags/v0.30.2...refs/tags/v0.31.4 Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.31.4
This commit is contained in:
@@ -39,14 +39,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "huggingface-hub";
|
||||
version = "0.30.2";
|
||||
version = "0.31.4";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "huggingface";
|
||||
repo = "huggingface_hub";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-6nE6iKIC6ymI+NMOw/xQT4l5nshDyPdGI0YhqK7tQRE=";
|
||||
hash = "sha256-V/FbInskBHefbPkbwQyx+aWBcdrk5WaXXbR/v3fNU+Y=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user