From c1c7aa280913f3b84af1880b3bd58420b189e30b Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 27 Jun 2025 00:11:50 +0200 Subject: [PATCH 1/2] python3Packages.huggingface-hub: 0.32.3 -> 0.33.1 Diff: https://github.com/huggingface/huggingface_hub/compare/refs/tags/v0.32.3...refs/tags/v0.33.1 Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.33.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 c97eaa88af24..5327958102bc 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.32.3"; + version = "0.33.1"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "huggingface_hub"; tag = "v${version}"; - hash = "sha256-qCFwzhjQI1L7mgSSqDPw59woTSTDY0boWSHcm7dgx2A="; + hash = "sha256-rrOmmYHH8Rz6OhJPbRfdwC/AATdYrPTTuPvCPe0G3Do="; }; build-system = [ setuptools ]; From 9332bbfe6a87e5594ce3decfbdb2d4abead90d84 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 27 Jun 2025 00:12:16 +0200 Subject: [PATCH 2/2] python3Packages.transformers: 4.52.4 -> 4.53.0 Diff: https://github.com/huggingface/transformers/compare/refs/tags/v4.52.4...refs/tags/v4.53.0 Changelog: https://github.com/huggingface/transformers/releases/tag/v4.53.0 --- pkgs/development/python-modules/transformers/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/transformers/default.nix b/pkgs/development/python-modules/transformers/default.nix index 0f6e55b9ae74..7fa8fd04f14e 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.52.4"; + version = "4.53.0"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "transformers"; tag = "v${version}"; - hash = "sha256-n4p+Ge+nO/wR3cAcPL3lHqOKBIlV0mAlX7ZuWs5gAqI="; + hash = "sha256-t30Yy+hXsUU4G6urZeczIopbV7EYxaFs/3BOIiYXqKg="; }; build-system = [ setuptools ];