From b42c24a0527a2b99b72c7e252fca13973dcb760b Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 15 Oct 2025 08:45:46 +0000 Subject: [PATCH] python3Packages.huggingface-hub: 0.35.0 -> 0.35.3 Diff: https://github.com/huggingface/huggingface_hub/compare/v0.35.0...v0.35.3 Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.35.3 --- 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 8010b47c9a58..f5adfe000434 100644 --- a/pkgs/development/python-modules/huggingface-hub/default.nix +++ b/pkgs/development/python-modules/huggingface-hub/default.nix @@ -43,14 +43,14 @@ buildPythonPackage rec { pname = "huggingface-hub"; - version = "0.35.0"; + version = "0.35.3"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "huggingface_hub"; tag = "v${version}"; - hash = "sha256-b7zuqY1d2wBjqyQ3nxhXg33limR1Nq3dGS2YoY5xcsQ="; + hash = "sha256-KOq3qxt3AyWQIOG0+HUbNr15u85tyTEstoUkYBFkpC4="; }; build-system = [ setuptools ];