about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-10-22 18:04:39 +0900
committerGitHub <noreply@github.com>2023-10-22 18:04:39 +0900
commitf6eea3d5dc72ccf5c6b335a7e8f0bd72e390f423 (patch)
tree8255200ea1bbfdcc662d5f3e07d3f15f582d7c96 /pkgs
parent13fde335cb6ec72cd8c6bd50a7eef3cf8fb1aa8a (diff)
parent62b69213b25c0c8c4c8ead55c803334702dbf28a (diff)
Merge pull request #262465 from kira-bruneau/huggingface-hub
python3Packages.huggingface-hub: 0.17.3 -> 0.18.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/huggingface-hub/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/huggingface-hub/default.nix b/pkgs/development/python-modules/huggingface-hub/default.nix
index dd7c1eec6725a..aa11d109dbc3a 100644
--- a/pkgs/development/python-modules/huggingface-hub/default.nix
+++ b/pkgs/development/python-modules/huggingface-hub/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "huggingface-hub";
-  version = "0.17.3";
+  version = "0.18.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "huggingface";
     repo = "huggingface_hub";
     rev = "refs/tags/v${version}";
-    hash = "sha256-zoZIxp9+4FVPLCiikKussC34rwWBQzWMDlZx9S7NnqQ=";
+    hash = "sha256-/KbD3TNSbQ9ueXYFLoXnIRIoi/y3l0w72GZ1+JC8ULk=";
   };
 
   propagatedBuildInputs = [