From bf390b59090b3201c69634fef9001ce572e9f746 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 2 May 2024 15:17:16 +0200 Subject: 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 --- pkgs/development/python-modules/huggingface-hub/default.nix | 8 ++++---- 1 file 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 7717982dd4e07..efb668b14bd93 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 -- cgit 1.4.1 From db7c97c115ad8502f6c1bc5d3045ca993bf8108c Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 2 May 2024 15:18:03 +0200 Subject: python311Packages.huggingface-hub: add GaetanLepage as maintainer --- pkgs/development/python-modules/huggingface-hub/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/huggingface-hub/default.nix b/pkgs/development/python-modules/huggingface-hub/default.nix index efb668b14bd93..91669ec3710e7 100644 --- a/pkgs/development/python-modules/huggingface-hub/default.nix +++ b/pkgs/development/python-modules/huggingface-hub/default.nix @@ -53,6 +53,6 @@ buildPythonPackage rec { homepage = "https://github.com/huggingface/huggingface_hub"; changelog = "https://github.com/huggingface/huggingface_hub/releases/tag/v${version}"; license = licenses.asl20; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ GaetanLepage ]; }; } -- cgit 1.4.1