summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-19 16:28:12 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-19 16:28:12 +0000
commit17146a573627175f1f1fe34faeb0d832c22ace59 (patch)
treec4a5a80193e3163180305e57906cf3d77a55f70a
parent5ed9c487a68ed45976722808e8efcb1b9136f0ae (diff)
downloadnixpkgs-17146a573627175f1f1fe34faeb0d832c22ace59.tar
nixpkgs-17146a573627175f1f1fe34faeb0d832c22ace59.tar.gz
nixpkgs-17146a573627175f1f1fe34faeb0d832c22ace59.tar.bz2
nixpkgs-17146a573627175f1f1fe34faeb0d832c22ace59.tar.lz
nixpkgs-17146a573627175f1f1fe34faeb0d832c22ace59.tar.xz
nixpkgs-17146a573627175f1f1fe34faeb0d832c22ace59.tar.zst
nixpkgs-17146a573627175f1f1fe34faeb0d832c22ace59.zip
python310Packages.huggingface-hub: 0.11.1 -> 0.12.1
-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 4d8f0202001..790a14ba014 100644
--- a/pkgs/development/python-modules/huggingface-hub/default.nix
+++ b/pkgs/development/python-modules/huggingface-hub/default.nix
@@ -14,7 +14,7 @@
 
 buildPythonPackage rec {
   pname = "huggingface-hub";
-  version = "0.11.1";
+  version = "0.12.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "huggingface";
     repo = "huggingface_hub";
     rev = "refs/tags/v${version}";
-    hash = "sha256-sUo8B4IbFiIvqWx2UxT3TpHzi2Q2YNW1zrx1Squ2psQ=";
+    hash = "sha256-uw64JnXx790S4snLjANU0aLI3r7AMPec+IQentTZOdU=";
   };
 
   propagatedBuildInputs = [