python3Packages.transformers: 4.53.0 -> 4.53.1 (#422356)

This commit is contained in:
Yt
2025-07-04 19:18:38 -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.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 ];
@@ -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 ];