Merge pull request #319834 from GaetanLepage/huggingface-hub

python311Packages.huggingface-hub: 0.23.3 -> 0.23.4
This commit is contained in:
Gaétan Lepage
2024-06-16 10:23:54 +02:00
committed by GitHub
@@ -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 ];