From 30557761ee286c369663b5346590a2a5786ec4e5 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 20 May 2025 19:11:41 +0200 Subject: [PATCH 1/2] 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 ]; From b5cd0c70b68098cdb4498425fce05a86ba6882d0 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 20 May 2025 19:11:57 +0200 Subject: [PATCH 2/2] python312Packages.transformers: 4.51.3 -> 4.52.0 Diff: https://github.com/huggingface/transformers/compare/refs/tags/v4.51.3...refs/tags/v4.52.0 Changelog: https://github.com/huggingface/transformers/releases/tag/v4.52.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 1167a01ee3bd..ebbe924c181c 100644 --- a/pkgs/development/python-modules/transformers/default.nix +++ b/pkgs/development/python-modules/transformers/default.nix @@ -58,14 +58,14 @@ buildPythonPackage rec { pname = "transformers"; - version = "4.51.3"; + version = "4.52.0"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "transformers"; tag = "v${version}"; - hash = "sha256-VYEkBt0fpG27MVdnABcMAMmk2Pzsc+2Fetx/GmeFBac="; + hash = "sha256-dMdXkhLClFxClBl/Nk4nnfrFZaulnhMsGFKmhkMq2Q0="; }; build-system = [ setuptools ];