From 1cd22bbd500afa15435a9fca94da976e64811c86 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 28 Nov 2024 12:52:15 +0100 Subject: [PATCH] python312Packages.huggingface-hub: 0.26.2 -> 0.26.3 Diff: https://github.com/huggingface/huggingface_hub/compare/refs/tags/v0.26.2...v0.26.3 Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.26.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 00fab837e3ce..a768bee9b48a 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.2"; + version = "0.26.3"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "huggingface_hub"; rev = "refs/tags/v${version}"; - hash = "sha256-F2E8P0Hq3Ee+RXUEN4t2JtfBtK36aMsHQCnid9VWdLk="; + hash = "sha256-GTxtz9UuyvT1C5sba1Nz58xfTsIczEVe9X8gkpztRvQ="; }; build-system = [ setuptools ];