Gaetan Lepage 2024-04-24 00:27:51 +02:00
parent 0a0027cb7c
commit cdef83d9ed
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@
buildPythonPackage rec {
pname = "transformers";
version = "4.40.0";
version = "4.40.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -63,7 +63,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "transformers";
rev = "refs/tags/v${version}";
hash = "sha256-k0AloOG7fRQhTW8IF6uQSfav8p1KC5633SaLNYZrZ2M=";
hash = "sha256-w9BVJwYS2QV58UTOpcoQwdC+dxZuhLS2h8PqN5W2Yjc=";
};
build-system = [