From 30557761ee286c369663b5346590a2a5786ec4e5 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 20 May 2025 19:11:41 +0200 Subject: [PATCH] python312Packages.huggingface-hub: 0.30.2 -> 0.31.4 Diff: https://github.com/huggingface/huggingface_hub/compare/refs/tags/v0.30.2...refs/tags/v0.31.4 Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.31.4 --- 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 923405a61efc..7f0f3155bbf8 100644 --- a/pkgs/development/python-modules/huggingface-hub/default.nix +++ b/pkgs/development/python-modules/huggingface-hub/default.nix @@ -39,14 +39,14 @@ buildPythonPackage rec { pname = "huggingface-hub"; - version = "0.30.2"; + version = "0.31.4"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "huggingface_hub"; tag = "v${version}"; - hash = "sha256-6nE6iKIC6ymI+NMOw/xQT4l5nshDyPdGI0YhqK7tQRE="; + hash = "sha256-V/FbInskBHefbPkbwQyx+aWBcdrk5WaXXbR/v3fNU+Y="; }; build-system = [ setuptools ];