about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2024-05-02 15:17:16 +0200
committerGaetan Lepage <gaetan@glepage.com>2024-05-02 15:22:50 +0200
commitbf390b59090b3201c69634fef9001ce572e9f746 (patch)
treee99f09a178d32195ae1f949ec31f8f609fb3a598
parentf9388726e7454c2aa26f781ea161a9c46494f5d7 (diff)
downloadnixlib-bf390b59090b3201c69634fef9001ce572e9f746.tar
nixlib-bf390b59090b3201c69634fef9001ce572e9f746.tar.gz
nixlib-bf390b59090b3201c69634fef9001ce572e9f746.tar.bz2
nixlib-bf390b59090b3201c69634fef9001ce572e9f746.tar.lz
nixlib-bf390b59090b3201c69634fef9001ce572e9f746.tar.xz
nixlib-bf390b59090b3201c69634fef9001ce572e9f746.tar.zst
nixlib-bf390b59090b3201c69634fef9001ce572e9f746.zip
python311Packages.huggingface-hub: 0.22.2 -> 0.23.0
Diff: https://github.com/huggingface/huggingface_hub/compare/refs/tags/v0.22.2...v0.23.0

Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.23.0
-rw-r--r--pkgs/development/python-modules/huggingface-hub/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/huggingface-hub/default.nix b/pkgs/development/python-modules/huggingface-hub/default.nix
index 7717982dd4e0..efb668b14bd9 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.22.2";
+  version = "0.23.0";
   pyproject = true;
 
   disabled = pythonOlder "3.8";
@@ -23,14 +23,14 @@ buildPythonPackage rec {
     owner = "huggingface";
     repo = "huggingface_hub";
     rev = "refs/tags/v${version}";
-    hash = "sha256-Y/oUF+d6Oo45x9cufZxjaJCQpoY0acPhetbyAt8M3pQ=";
+    hash = "sha256-FfevPGec++3auA4Zxu84mhpD0RGatcPgDKi7LkmOVss=";
   };
 
-  nativeBuildInputs = [
+  build-system = [
     setuptools
   ];
 
-  propagatedBuildInputs = [
+  dependencies = [
     filelock
     fsspec
     packaging