python312Packages.huggingface-hub: 0.26.3 -> 0.26.5 (#362595)

This commit is contained in:
Yt 2024-12-08 18:23:20 -05:00 committed by GitHub
commit efdaa6b75c
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.3";
version = "0.26.5";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "huggingface_hub";
rev = "refs/tags/v${version}";
hash = "sha256-GTxtz9UuyvT1C5sba1Nz58xfTsIczEVe9X8gkpztRvQ=";
tag = "v${version}";
hash = "sha256-0yg0UwC0vyp8Q+2RTyAJkFP9I4/RQ6zRj3CaKJwU8Gc=";
};
build-system = [ setuptools ];