From cbc552555532b35d8f9a6bff626502393d2b6496 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 5 Mar 2025 14:38:08 +0100 Subject: [PATCH] python312Packages.huggingface-hub: 0.29.1 -> 0.29.2 Diff: https://github.com/huggingface/huggingface_hub/compare/refs/tags/v0.29.1...v0.29.2 Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.29.2 --- 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 f269583b2d86..f470938aa9a7 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.29.1"; + version = "0.29.2"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "huggingface_hub"; tag = "v${version}"; - hash = "sha256-9G5oq8X5/MtHZAOM7QHoMyRePPFwMe4Wa66y+japxwA="; + hash = "sha256-7KP40p7ULWOrkI62DSjmOgrQ0AdX++z+WaLy93L+3WY="; }; build-system = [ setuptools ];