Skip to content

Commit be19041

Browse files
committed
1 parent b038a2b commit be19041

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)