python310Packages.huggingface-hub: 0.7.0 -> 0.8.1

This commit is contained in:
R. Ryantm 2022-06-21 17:26:42 +00:00
parent e2c261f2c0
commit 0553925be6

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "huggingface-hub";
version = "0.7.0";
version = "0.8.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-GUe9+Z23vt3sfpntDnToMY5vWLK6m0zRySSJgMljetg=";
hash = "sha256-XerI4dkGsnxbOE1Si70adVIwLIrStZ3HSuQPAQoJtnQ=";
};
propagatedBuildInputs = [