From c9a4d2e5fa7804e957bc744b55baac41effb79f3 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 27 May 2024 10:34:31 +0200 Subject: [PATCH] python311Packages.huggingface-hub: 0.23.1 -> 0.23.2 Diff: https://github.com/huggingface/huggingface_hub/compare/refs/tags/v0.23.1...v0.23.2 Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.23.2 --- 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 993316e030f6..e72e987779fb 100644 --- a/pkgs/development/python-modules/huggingface-hub/default.nix +++ b/pkgs/development/python-modules/huggingface-hub/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "huggingface-hub"; - version = "0.23.1"; + version = "0.23.2"; pyproject = true; disabled = pythonOlder "3.8"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "huggingface"; repo = "huggingface_hub"; rev = "refs/tags/v${version}"; - hash = "sha256-xMtCyYVstHLgX4++IlJ4ON/2vhMa6oafhMkdxk3+yGQ="; + hash = "sha256-BXuFX4Y7t3Y3I/W3MIlUJ1zwTZ1CHpJ1aoHNHhnuz0M="; }; build-system = [ setuptools ];