From 99ec22ef9715c8b739e2e209a49383d7184c4dc5 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 19 Aug 2024 22:57:48 +0200 Subject: [PATCH] python312Packages.huggingface-hub: 0.24.5 -> 0.24.6 Diff: https://github.com/huggingface/huggingface_hub/compare/refs/tags/v0.24.5...v0.24.6 Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.24.6 --- 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 69defdd36bfb..213d4f2f4e0b 100644 --- a/pkgs/development/python-modules/huggingface-hub/default.nix +++ b/pkgs/development/python-modules/huggingface-hub/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "huggingface-hub"; - version = "0.24.5"; + version = "0.24.6"; pyproject = true; disabled = pythonOlder "3.8"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "huggingface"; repo = "huggingface_hub"; rev = "refs/tags/v${version}"; - hash = "sha256-iDfE64Gw86q+ddOJXfGnR5u5jQM9hXugPUEZz2/lV24="; + hash = "sha256-1W+hfe2m5mXidbepVPMObnOZH6LCQG9dvFRbo9iUjKg="; }; build-system = [ setuptools ];