From ea3cfd5ca7b0df10d4f496466382c0ad71dfedba Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 29 Jul 2024 23:08:38 +0200 Subject: [PATCH] python312Packages.huggingface-hub: 0.24.2 -> 0.24.3 Diff: https://github.com/huggingface/huggingface_hub/compare/refs/tags/v0.24.2...v0.24.3 Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.24.3 --- .../python-modules/huggingface-hub/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/huggingface-hub/default.nix b/pkgs/development/python-modules/huggingface-hub/default.nix index 4d9045e78668..2787f4a173f3 100644 --- a/pkgs/development/python-modules/huggingface-hub/default.nix +++ b/pkgs/development/python-modules/huggingface-hub/default.nix @@ -3,7 +3,11 @@ buildPythonPackage, pythonOlder, fetchFromGitHub, + + # build-system setuptools, + + # dependencies filelock, fsspec, packaging, @@ -15,7 +19,7 @@ buildPythonPackage rec { pname = "huggingface-hub"; - version = "0.24.2"; + version = "0.24.3"; pyproject = true; disabled = pythonOlder "3.8"; @@ -24,7 +28,7 @@ buildPythonPackage rec { owner = "huggingface"; repo = "huggingface_hub"; rev = "refs/tags/v${version}"; - hash = "sha256-tbv5ri37udhx9qhPhCRFe0GOc62n0e7uF0EjDpF2TIQ="; + hash = "sha256-na4oZ9UDzUy96obe5ZSD+WUWnGVZPuxXMlP6IdExWyY="; }; build-system = [ setuptools ];