From 627b07c9308d1c249819b4f06e9d515f7dc5f9bb Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 6 Dec 2024 23:54:00 +0100 Subject: [PATCH] python312Packages.huggingface-hub: 0.26.3 -> 0.26.5 Diff: https://github.com/huggingface/huggingface_hub/compare/refs/tags/v0.26.3...v0.26.5 Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.26.5 --- pkgs/development/python-modules/huggingface-hub/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/huggingface-hub/default.nix b/pkgs/development/python-modules/huggingface-hub/default.nix index a768bee9b48a..1ea3d6f193ba 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.3"; + version = "0.26.5"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "huggingface_hub"; - rev = "refs/tags/v${version}"; - hash = "sha256-GTxtz9UuyvT1C5sba1Nz58xfTsIczEVe9X8gkpztRvQ="; + tag = "v${version}"; + hash = "sha256-0yg0UwC0vyp8Q+2RTyAJkFP9I4/RQ6zRj3CaKJwU8Gc="; }; build-system = [ setuptools ];