Skip to content

Commit a830691

Browse files
authored
python312Packages.transformers: 4.48.0 -> 4.48.1 (NixOS#375393)
2 parents 316b528 + 69e5750 commit a830691

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.48.0";
61+
version = "4.48.1";
6262
pyproject = true;
6363

6464
src = fetchFromGitHub {
6565
owner = "huggingface";
6666
repo = "transformers";
6767
tag = "v${version}";
68-
hash = "sha256-jh2bMmvTC0G0kLJl7xXpsvXvBmlbZEDA88AfosoE9sA=";
68+
hash = "sha256-doYvjwajwXqqaKZ363p2SE//9eupfkwrG66j0iUAnU0=";
6969
};
7070

7171
build-system = [ setuptools ];

0 commit comments

Comments
 (0)