summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-25 22:46:25 +0200
committerGitHub <noreply@github.com>2023-02-25 22:46:25 +0200
commit569d8755c2d806386d286982668bea1d37e82c68 (patch)
tree373e7f036c57f9b4fe953f63503f481aa0418a8f
parent4c7a84fc1f85f16a7ab384a736f01177c7541616 (diff)
parent17146a573627175f1f1fe34faeb0d832c22ace59 (diff)
downloadnixpkgs-569d8755c2d806386d286982668bea1d37e82c68.tar
nixpkgs-569d8755c2d806386d286982668bea1d37e82c68.tar.gz
nixpkgs-569d8755c2d806386d286982668bea1d37e82c68.tar.bz2
nixpkgs-569d8755c2d806386d286982668bea1d37e82c68.tar.lz
nixpkgs-569d8755c2d806386d286982668bea1d37e82c68.tar.xz
nixpkgs-569d8755c2d806386d286982668bea1d37e82c68.tar.zst
nixpkgs-569d8755c2d806386d286982668bea1d37e82c68.zip
Merge pull request #212819 from r-ryantm/auto-update/python310Packages.huggingface-hub
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 = [