python311Packages.transformers: 4.39.1 -> 4.39.2

This commit is contained in:
R. Ryantm 2024-03-28 18:01:35 +00:00
parent 203f07f407
commit 8ec91d2a1c
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
buildPythonPackage rec {
pname = "transformers";
version = "4.39.1";
version = "4.39.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -62,7 +62,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "transformers";
rev = "refs/tags/v${version}";
hash = "sha256-OzuiKzhgI9eRTPq3l7x4aw3fxvCe4080pK1RKzcC1RQ=";
hash = "sha256-eOtXHKTGVV3hYdSK+p2mTgCaG4akivnuMnB/lSh8Lxc=";
};
propagatedBuildInputs = [