python310Packages.huggingface-hub: 0.10.1 -> 0.11.0

This commit is contained in:
R. Ryantm 2022-11-18 01:46:04 +00:00 committed by Jonathan Ringer
parent 8f8b6e37db
commit 5d539b62a2

View file

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