We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 780c73b + 0b767af commit 7b0048aCopy full SHA for 7b0048a
pkgs/development/python-modules/huggingface-hub/default.nix
@@ -18,14 +18,14 @@
18
19
buildPythonPackage rec {
20
pname = "huggingface-hub";
21
- version = "0.29.2";
+ version = "0.29.3";
22
pyproject = true;
23
24
src = fetchFromGitHub {
25
owner = "huggingface";
26
repo = "huggingface_hub";
27
tag = "v${version}";
28
- hash = "sha256-7KP40p7ULWOrkI62DSjmOgrQ0AdX++z+WaLy93L+3WY=";
+ hash = "sha256-zUI5awSEKJ4PuSdtRRe0XJCpr3KLLfI7R+dafUuzfRU=";
29
};
30
31
build-system = [ setuptools ];
0 commit comments