Merge pull request #315033 from GaetanLepage/huggingface-hub

python311Packages.huggingface-hub: 0.23.1 -> 0.23.2
This commit is contained in:
Someone 2024-05-27 16:03:08 +00:00 committed by GitHub
commit 0690ca343a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "huggingface-hub";
version = "0.23.1";
version = "0.23.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "huggingface_hub";
rev = "refs/tags/v${version}";
hash = "sha256-xMtCyYVstHLgX4++IlJ4ON/2vhMa6oafhMkdxk3+yGQ=";
hash = "sha256-BXuFX4Y7t3Y3I/W3MIlUJ1zwTZ1CHpJ1aoHNHhnuz0M=";
};
build-system = [ setuptools ];