python3Packages.huggingface-hub: 1.28.0 -> 1.30.0

This commit is contained in:
alexbunt
2026-09-04 17:40:03 +01:00
committed by Gaetan Lepage
parent 8c2aee3835
commit b4d5e03469

View File

@@ -41,7 +41,7 @@
buildPythonPackage (finalAttrs: {
pname = "huggingface-hub";
version = "1.28.0";
version = "1.30.0";
pyproject = true;
__structuredAttrs = true;
@@ -49,7 +49,7 @@ buildPythonPackage (finalAttrs: {
owner = "huggingface";
repo = "huggingface_hub";
tag = "v${finalAttrs.version}";
hash = "sha256-nUdBUBLM2NivmQiumY36GfUYREl+4hRszlJEM6ryj1w=";
hash = "sha256-43yZ9wOmCaGw8wcuD0j91kKYwzgf9xqSTabYJaA+tDg=";
};
build-system = [ setuptools ];