From 7eac5e25785fd21153d1c156ad0d2615567b4e1e Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 29 Jul 2025 21:36:21 +0200 Subject: [PATCH 1/2] python3Packages.huggingface-hub: 0.34.1 -> 0.34.3 Diff: https://github.com/huggingface/huggingface_hub/compare/refs/tags/v0.34.1...refs/tags/v0.34.3 Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.34.3 --- 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 e180cdc9c137..ff225ae59b73 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.34.1"; + version = "0.34.3"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "huggingface_hub"; tag = "v${version}"; - hash = "sha256-Cy/ZEqSBY5Aam+q8DBuaaE52Jtf4MB1kcRVyqfXuigo="; + hash = "sha256-rK9Y+hpjk7AOcTPNUcbyqbiEmH6xVG0fy+pUQop422M="; }; build-system = [ setuptools ]; From aad33d4e97ee12ec352e6727107e1f5b7caa9b39 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 29 Jul 2025 21:35:05 +0200 Subject: [PATCH 2/2] python3Packages.transformers: 4.54.0 -> 4.54.1 Diff: https://github.com/huggingface/transformers/compare/refs/tags/v4.54.0...refs/tags/4.54.1 Changelog: https://github.com/huggingface/transformers/releases/tag/v4.54.1 --- pkgs/development/python-modules/transformers/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/transformers/default.nix b/pkgs/development/python-modules/transformers/default.nix index 1000c9b79318..ce73e4a914e6 100644 --- a/pkgs/development/python-modules/transformers/default.nix +++ b/pkgs/development/python-modules/transformers/default.nix @@ -59,14 +59,14 @@ buildPythonPackage rec { pname = "transformers"; - version = "4.54.0"; + version = "4.54.1"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "transformers"; - tag = "v${version}"; - hash = "sha256-spWC25U3htAuueoZ8dS6u8nYMgSg3MmBeYly9oL6LgY="; + tag = version; + hash = "sha256-xrFSz7ZmB4qjqeBk0fFiIE+LwxJ0+yQwictkGOuBgdk="; }; build-system = [ setuptools ];