Merge pull request #298937 from GaetanLepage/huggingface-hub

python311Packages.huggingface-hub: 0.21.4 -> 0.22.0
This commit is contained in:
OTABI Tomoya 2024-03-26 14:27:22 +09:00 committed by GitHub
commit 7fd4456cb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "huggingface-hub";
version = "0.21.4";
version = "0.22.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "huggingface_hub";
rev = "refs/tags/v${version}";
hash = "sha256-SN0FDOuXvgDqxpK4RRRXQDTPG5/BV3DJsiEq2q5WvsY=";
hash = "sha256-jq7oCQlLXwr859mhHYolKp/N63Z0SIksMTwNL0JjfNQ=";
};
nativeBuildInputs = [