From 8f15336c69723da031805920f99aa5f3d1ceeb5c Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 11 Jul 2025 14:44:33 +0200 Subject: [PATCH] python3Packages.huggingface-hub: 0.33.2 -> 0.33.4 Diff: https://github.com/huggingface/huggingface_hub/compare/refs/tags/v0.33.2...refs/tags/v0.33.4 Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.33.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 f56c52cb931c..30b8c60a4102 100644 --- a/pkgs/development/python-modules/huggingface-hub/default.nix +++ b/pkgs/development/python-modules/huggingface-hub/default.nix @@ -40,14 +40,14 @@ buildPythonPackage rec { pname = "huggingface-hub"; - version = "0.33.2"; + version = "0.33.4"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "huggingface_hub"; tag = "v${version}"; - hash = "sha256-Com5lLcQqIPRvsXyqD5S3SW/1KmKEc85Rjxyc9iG5SY="; + hash = "sha256-AYTK/PO4fcG0g3I03Vf8FAbeqegijNMeFDCHCcXASac="; }; build-system = [ setuptools ];