Skip to content

Commit c220936

Browse files
authored
python312Packages.transformers: 4.50.0 -> 4.50.1 (#393225)
2 parents 31ab43f + ca3e7b2 commit c220936

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/transformers

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/transformers/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@
5858

5959
buildPythonPackage rec {
6060
pname = "transformers";
61-
version = "4.50.0";
61+
version = "4.50.1";
6262
pyproject = true;
6363

6464
src = fetchFromGitHub {
6565
owner = "huggingface";
6666
repo = "transformers";
6767
tag = "v${version}";
68-
hash = "sha256-/scrMPUY43n+XAMbwWCtmiJKXscXGLrklyDg9XZTaqw=";
68+
hash = "sha256-PIJB4iW493I3932Yq3tyGom82cMY1uduc53bs1xCPgU=";
6969
};
7070

7171
build-system = [ setuptools ];

0 commit comments

Comments
 (0)