From 9e1c214274f111dadac4848c4fc5b5d5ccfd31e3 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 30 Jan 2025 16:52:53 +0100 Subject: [PATCH] python312Packages.huggingface-hub: 0.27.1 -> 0.28.1 Diff: https://github.com/huggingface/huggingface_hub/compare/refs/tags/v0.27.1...v0.28.1 Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.28.1 --- 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 e9c6c2cf6f42..dc3868210bca 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.27.1"; + version = "0.28.1"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "huggingface_hub"; tag = "v${version}"; - hash = "sha256-7cfu+qBro6u7bcRTTWHq+AemHqW7yb702owGoE5iTVg="; + hash = "sha256-QrbwpJub4+pfbFERBk6GSZDSrjoCPniO+kB5hiddk28="; }; build-system = [ setuptools ];