python311Packages.huggingface-hub: 0.23.3 -> 0.23.4

Diff:
https://github.com/huggingface/huggingface_hub/compare/v0.23.3...v0.23.4

Changelog:
https://github.com/huggingface/huggingface_hub/releases/tag/v0.23.4
This commit is contained in:
Gaetan Lepage
2024-06-14 16:33:23 +02:00
parent 66e35ac7f9
commit 92abb1bf0f
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "huggingface-hub";
version = "0.23.3";
version = "0.23.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "huggingface_hub";
rev = "refs/tags/v${version}";
hash = "sha256-878ijhVxvVvytYZTpCBbmo3GsU1bvOl2HXlPu0E/xtQ=";
hash = "sha256-6UAuNKeltaclhnQ7J2X0EziGitROMKmOlIWGw87y66E=";
};
build-system = [ setuptools ];