Skip to content

Commit 0b767af

Browse files
committed
1 parent 56ff4ea commit 0b767af

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/huggingface-hub

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/huggingface-hub/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
buildPythonPackage rec {
2020
pname = "huggingface-hub";
21-
version = "0.29.2";
21+
version = "0.29.3";
2222
pyproject = true;
2323

2424
src = fetchFromGitHub {
2525
owner = "huggingface";
2626
repo = "huggingface_hub";
2727
tag = "v${version}";
28-
hash = "sha256-7KP40p7ULWOrkI62DSjmOgrQ0AdX++z+WaLy93L+3WY=";
28+
hash = "sha256-zUI5awSEKJ4PuSdtRRe0XJCpr3KLLfI7R+dafUuzfRU=";
2929
};
3030

3131
build-system = [ setuptools ];

0 commit comments

Comments
 (0)