From c18d584e58100b7584c1f659829bdb039ec8196b Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 6 Jan 2025 15:02:45 +0100 Subject: [PATCH] python312Packages.huggingface-hub: 0.26.5 -> 0.27.1 Diff: https://github.com/huggingface/huggingface_hub/compare/refs/tags/v0.26.5...v0.27.1 Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.27.1 --- pkgs/development/python-modules/huggingface-hub/default.nix | 4 ++-- 1 file 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 1ea3d6f193bab..e9c6c2cf6f426 100644 --- a/pkgs/development/python-modules/huggingface-hub/default.nix +++ b/pkgs/development/python-modules/huggingface-hub/default.nix @@ -18,14 +18,14 @@ buildPythonPackage rec { pname = "huggingface-hub"; - version = "0.26.5"; + version = "0.27.1"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "huggingface_hub"; tag = "v${version}"; - hash = "sha256-0yg0UwC0vyp8Q+2RTyAJkFP9I4/RQ6zRj3CaKJwU8Gc="; + hash = "sha256-7cfu+qBro6u7bcRTTWHq+AemHqW7yb702owGoE5iTVg="; }; build-system = [ setuptools ];