python3Packages.transformers: 4.52.4 -> 4.53.0 (#420356)

This commit is contained in:
Gaétan Lepage
2025-06-27 02:42:20 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -40,14 +40,14 @@
buildPythonPackage rec {
pname = "huggingface-hub";
version = "0.32.3";
version = "0.33.1";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "huggingface_hub";
tag = "v${version}";
hash = "sha256-qCFwzhjQI1L7mgSSqDPw59woTSTDY0boWSHcm7dgx2A=";
hash = "sha256-rrOmmYHH8Rz6OhJPbRfdwC/AATdYrPTTuPvCPe0G3Do=";
};
build-system = [ setuptools ];
@@ -59,14 +59,14 @@
buildPythonPackage rec {
pname = "transformers";
version = "4.52.4";
version = "4.53.0";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "transformers";
tag = "v${version}";
hash = "sha256-n4p+Ge+nO/wR3cAcPL3lHqOKBIlV0mAlX7ZuWs5gAqI=";
hash = "sha256-t30Yy+hXsUU4G6urZeczIopbV7EYxaFs/3BOIiYXqKg=";
};
build-system = [ setuptools ];