From 767d725da9cea6ee2df575fb9159769a263be690 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 4 Jul 2025 11:28:59 +0200 Subject: [PATCH 1/2] python3Packages.huggingface-hub: 0.33.1 -> 0.33.2 Diff: https://github.com/huggingface/huggingface_hub/compare/refs/tags/v0.33.1...refs/tags/v0.33.2 Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.33.2 --- 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 5327958102bc..f56c52cb931c 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.1"; + version = "0.33.2"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "huggingface_hub"; tag = "v${version}"; - hash = "sha256-rrOmmYHH8Rz6OhJPbRfdwC/AATdYrPTTuPvCPe0G3Do="; + hash = "sha256-Com5lLcQqIPRvsXyqD5S3SW/1KmKEc85Rjxyc9iG5SY="; }; build-system = [ setuptools ]; From d41a059709e72fc74af48e8b922c14c798982284 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 4 Jul 2025 11:29:14 +0200 Subject: [PATCH 2/2] python3Packages.transformers: 4.53.0 -> 4.53.1 Diff: https://github.com/huggingface/transformers/compare/refs/tags/v4.53.0...refs/tags/v4.53.1 Changelog: https://github.com/huggingface/transformers/releases/tag/v4.53.1 --- 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 7fa8fd04f14e..1cb74a54f1ad 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.53.0"; + version = "4.53.1"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "transformers"; tag = "v${version}"; - hash = "sha256-t30Yy+hXsUU4G6urZeczIopbV7EYxaFs/3BOIiYXqKg="; + hash = "sha256-u9/wxvAJcLl4n7Netf1MZqRS3fajRWZAgciFSsXpZ9s="; }; build-system = [ setuptools ];