summary refs log tree commit diff
diff options
context:
space:
mode:
authorKira Bruneau <kira.bruneau@pm.me>2023-09-17 14:48:03 -0400
committerKira Bruneau <kira.bruneau@pm.me>2023-10-04 15:18:16 -0400
commitf05b197c2fb4e3011d8f79124c33456a45f6540d (patch)
tree4a54cc9e2651ba3b10f326087bfdd380551df182
parent7131f3c223a2d799568e4b278380cd9dac2b8579 (diff)
downloadnixpkgs-f05b197c2fb4e3011d8f79124c33456a45f6540d.tar
nixpkgs-f05b197c2fb4e3011d8f79124c33456a45f6540d.tar.gz
nixpkgs-f05b197c2fb4e3011d8f79124c33456a45f6540d.tar.bz2
nixpkgs-f05b197c2fb4e3011d8f79124c33456a45f6540d.tar.lz
nixpkgs-f05b197c2fb4e3011d8f79124c33456a45f6540d.tar.xz
nixpkgs-f05b197c2fb4e3011d8f79124c33456a45f6540d.tar.zst
nixpkgs-f05b197c2fb4e3011d8f79124c33456a45f6540d.zip
python3Packages.huggingface-hub: 0.16.4 -> 0.17.3
-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 9fc7e657468..dd7c1eec672 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.16.4";
+  version = "0.17.3";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "huggingface";
     repo = "huggingface_hub";
     rev = "refs/tags/v${version}";
-    hash = "sha256-fWvEvYiaLiVGmDdfibIHJAsu7nUX+eaE0QGolS3LHO8=";
+    hash = "sha256-zoZIxp9+4FVPLCiikKussC34rwWBQzWMDlZx9S7NnqQ=";
   };
 
   propagatedBuildInputs = [