From a158e40f35de9e831eeae88094022b95ee737136 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 22 Jan 2024 10:19:25 +0100 Subject: [PATCH 1/2] python311Packages.huggingface-hub: 0.20.2 -> 0.20.3 Diff: https://github.com/huggingface/huggingface_hub/compare/refs/tags/v0.20.2...v0.20.3 Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.20.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 b76328f10303..17ad769329c7 100644 --- a/pkgs/development/python-modules/huggingface-hub/default.nix +++ b/pkgs/development/python-modules/huggingface-hub/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "huggingface-hub"; - version = "0.20.2"; + version = "0.20.3"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "huggingface"; repo = "huggingface_hub"; rev = "refs/tags/v${version}"; - hash = "sha256-LYfkZVoQ+Jph7cyJYOIaAjtH8+fC/w8V+IWAqc1lHp4="; + hash = "sha256-21Ay8RVS2vtQIh4bBUxE8jFk6F+yeFBJ3XgvRRNtNgI="; }; propagatedBuildInputs = [ From ca504dd190206b019eb611fb1620389fdbbf6d36 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 22 Jan 2024 13:13:27 +0100 Subject: [PATCH 2/2] python311Packages.transformers: 4.36.2 -> 4.37.0 Diff: https://github.com/huggingface/transformers/compare/refs/tags/v4.36.2...v4.37.0 Changelog: https://github.com/huggingface/transformers/releases/tag/v4.37.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 98f7773e225e..b5b1d54e24a9 100644 --- a/pkgs/development/python-modules/transformers/default.nix +++ b/pkgs/development/python-modules/transformers/default.nix @@ -53,7 +53,7 @@ buildPythonPackage rec { pname = "transformers"; - version = "4.36.2"; + version = "4.37.0"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -62,7 +62,7 @@ buildPythonPackage rec { owner = "huggingface"; repo = "transformers"; rev = "refs/tags/v${version}"; - hash = "sha256-sasaqgQ+CM344qJeD6PU9wbAmuZRpaSSvUjSNw5DQRk="; + hash = "sha256-om/UAQ7UvwAiEClUDLxVC7cbd4Ye8VPcu3Gnug919xg="; }; propagatedBuildInputs = [