Skip to content

Commit d2dfc1a

Browse files
python312Packages.huggingface-hub: 0.25.2 -> 0.26.1 (#350259)
2 parents a6401ae + 27d3ece commit d2dfc1a

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

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

3131
build-system = [ setuptools ];

0 commit comments

Comments
 (0)