Skip to content

Commit 8d4161b

Browse files
authored
python312Packages.transformers: 4.48.2 -> 4.48.3 (#380347)
2 parents 8572d17 + be19041 commit 8d4161b

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
@@ -59,14 +59,14 @@
5959

6060
buildPythonPackage rec {
6161
pname = "transformers";
62-
version = "4.48.2";
62+
version = "4.48.3";
6363
pyproject = true;
6464

6565
src = fetchFromGitHub {
6666
owner = "huggingface";
6767
repo = "transformers";
6868
tag = "v${version}";
69-
hash = "sha256-jW/yhzmxQd/5BgbDImUaJSF0oMKIpIGhFoJuMZu0tv0=";
69+
hash = "sha256-gDPJx/kgFa8KCoX8XCMtFrSY/z2as22yDSNEW3UDm/0=";
7070
};
7171

7272
patches = [

0 commit comments

Comments
 (0)