python312Packages.huggingface-hub: 0.26.1 -> 0.26.2 (#351938)

This commit is contained in:
Peder Bergebakken Sundt 2024-10-29 18:13:18 +01:00 committed by GitHub
commit 4472a2a131
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "huggingface-hub";
version = "0.26.1";
version = "0.26.2";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "huggingface_hub";
rev = "refs/tags/v${version}";
hash = "sha256-tro4Cvjyjc1vfAvYnfeKjh8ej83Z8l4cKe8SqIBVLXg=";
hash = "sha256-F2E8P0Hq3Ee+RXUEN4t2JtfBtK36aMsHQCnid9VWdLk=";
};
build-system = [ setuptools ];