Skip to content

Commit 27d3ece

Browse files
committed
1 parent 4a5e528 commit 27d3ece

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)