From 56c4593f3afdd5b135d0007f65ab3e338645bfcb Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 17 Sep 2024 23:05:39 +0200 Subject: [PATCH] python312Packages.huggingface-hub: 0.24.7 -> 0.25.0 Diff: https://github.com/huggingface/huggingface_hub/compare/refs/tags/v0.24.7...v0.25.0 Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.25.0 --- 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 229daf9b15e2..bec0a7fefc25 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.24.7"; + version = "0.25.0"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "huggingface_hub"; rev = "refs/tags/v${version}"; - hash = "sha256-7JW98PVJy3dKn3V+JmyxCZJplFUpqPckMbOJR45ZH7o="; + hash = "sha256-N/c/aTUWHolQ1TWVOoyfQ3eCLOSX3/6qtXk1T918/wg="; }; build-system = [ setuptools ];