From 246b4543828f1f30d8af07d638d472514dbcefbf Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 10 Sep 2026 09:51:37 +0000 Subject: [PATCH] python3Packages.transformers: 5.16.1 -> 5.17.0 Diff: https://github.com/huggingface/transformers/compare/v5.16.1...v5.17.0 Changelog: https://github.com/huggingface/transformers/releases/tag/v5.17.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 f61f96a0886e..89dadbe00427 100644 --- a/pkgs/development/python-modules/transformers/default.nix +++ b/pkgs/development/python-modules/transformers/default.nix @@ -93,7 +93,7 @@ buildPythonPackage (finalAttrs: { pname = "transformers"; - version = "5.16.1"; + version = "5.17.0"; pyproject = true; __structuredAttrs = true; @@ -101,7 +101,7 @@ buildPythonPackage (finalAttrs: { owner = "huggingface"; repo = "transformers"; tag = "v${finalAttrs.version}"; - hash = "sha256-VgBgaj4Qh2NVmJoqlrdb3hED/n1otIqDawXcALBpb2c="; + hash = "sha256-zPVsX4i4Qe7yMW3gmTysPsIvXZ4cQWU0gITA/1vSlEw="; }; build-system = [ setuptools ];