python310Packages.huggingface-hub: 0.9.1 -> 0.10.1

This commit is contained in:
R. Ryantm 2022-10-11 10:25:04 +00:00
parent 4b02f74d3c
commit 492c38709c

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "huggingface-hub";
version = "0.9.1";
version = "0.10.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "huggingface_hub";
rev = "refs/tags/v${version}";
hash = "sha256-/FUr66lj0wgmuLcwc84oHKBGzU8jFnBVMOXk7uKUpSk=";
hash = "sha256-iQ8c48lDn9jLZ8GPzJ5b+9OaRRLte/md5UuwxgYtWVo=";
};
propagatedBuildInputs = [