Skip to content

Commit d42a4af

Browse files
committed
1 parent f2acf15 commit d42a4af

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.28.1";
21+
version = "0.29.1";
2222
pyproject = true;
2323

2424
src = fetchFromGitHub {
2525
owner = "huggingface";
2626
repo = "huggingface_hub";
2727
tag = "v${version}";
28-
hash = "sha256-QrbwpJub4+pfbFERBk6GSZDSrjoCPniO+kB5hiddk28=";
28+
hash = "sha256-9G5oq8X5/MtHZAOM7QHoMyRePPFwMe4Wa66y+japxwA=";
2929
};
3030

3131
build-system = [ setuptools ];

0 commit comments

Comments
 (0)