python3Packages.transformers: 4.53.1 -> 4.53.2 (#424310)

This commit is contained in:
Yt
2025-07-11 23:38:08 -04:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -40,14 +40,14 @@
buildPythonPackage rec {
pname = "huggingface-hub";
version = "0.33.2";
version = "0.33.4";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "huggingface_hub";
tag = "v${version}";
hash = "sha256-Com5lLcQqIPRvsXyqD5S3SW/1KmKEc85Rjxyc9iG5SY=";
hash = "sha256-AYTK/PO4fcG0g3I03Vf8FAbeqegijNMeFDCHCcXASac=";
};
build-system = [ setuptools ];
@@ -59,14 +59,14 @@
buildPythonPackage rec {
pname = "transformers";
version = "4.53.1";
version = "4.53.2";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "transformers";
tag = "v${version}";
hash = "sha256-u9/wxvAJcLl4n7Netf1MZqRS3fajRWZAgciFSsXpZ9s=";
hash = "sha256-uipCL3xY8+thCA9+zVop5+MZr4pY4UVB7uEHa4hzLYo=";
};
build-system = [ setuptools ];