Skip to content

Commit 61d0cc1

Browse files
authored
python312Packages.huggingface-hub: 0.26.2 -> 0.26.3 (#359829)
2 parents bf5d64a + 1cd22bb commit 61d0cc1

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

2424
src = fetchFromGitHub {
2525
owner = "huggingface";
2626
repo = "huggingface_hub";
2727
rev = "refs/tags/v${version}";
28-
hash = "sha256-F2E8P0Hq3Ee+RXUEN4t2JtfBtK36aMsHQCnid9VWdLk=";
28+
hash = "sha256-GTxtz9UuyvT1C5sba1Nz58xfTsIczEVe9X8gkpztRvQ=";
2929
};
3030

3131
build-system = [ setuptools ];

0 commit comments

Comments
 (0)