Skip to content

Commit a84ebe2

Browse files
authored
python312Packages.pytorch-lightning: 2.5.0.post0 -> 2.5.1 (#391387)
2 parents 81040db + a6706df commit a84ebe2

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/pytorch-lightning

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pytorch-lightning/default.nix

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

2626
buildPythonPackage rec {
2727
pname = "pytorch-lightning";
28-
version = "2.5.0.post0";
28+
version = "2.5.1";
2929
pyproject = true;
3030

3131
src = fetchFromGitHub {
3232
owner = "Lightning-AI";
3333
repo = "pytorch-lightning";
3434
tag = version;
35-
hash = "sha256-TkwDncyfv1VoV/IErUgF4p0Or5PJbwKoABqo1xXGLVg=";
35+
hash = "sha256-vGs+byt+/9tIMNYc2VmyN5vhj21ZFnaYsg4v2zeKzEM=";
3636
};
3737

3838
preConfigure = ''

0 commit comments

Comments
 (0)