We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6401ae + 27d3ece commit d2dfc1aCopy full SHA for d2dfc1a
pkgs/development/python-modules/huggingface-hub/default.nix
@@ -18,14 +18,14 @@
18
19
buildPythonPackage rec {
20
pname = "huggingface-hub";
21
- version = "0.25.2";
+ version = "0.26.1";
22
pyproject = true;
23
24
src = fetchFromGitHub {
25
owner = "huggingface";
26
repo = "huggingface_hub";
27
rev = "refs/tags/v${version}";
28
- hash = "sha256-wUZkh8ti35F8bGtEKJZGSRySLvCkIWEFajQNWo/WCys=";
+ hash = "sha256-tro4Cvjyjc1vfAvYnfeKjh8ej83Z8l4cKe8SqIBVLXg=";
29
};
30
31
build-system = [ setuptools ];
0 commit comments