Skip to content

Commit

Permalink
Merge pull request #304479 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.pytorch-lightning

python311Packages.pytorch-lightning: 2.2.1 -> 2.2.3
  • Loading branch information
wegank authored May 4, 2024
2 parents b63c3d4 + b4fd172 commit 73cb87f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pytorch-lightning/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@

buildPythonPackage rec {
pname = "pytorch-lightning";
version = "2.2.1";
version = "2.2.3";
format = "pyproject";

src = fetchFromGitHub {
owner = "Lightning-AI";
repo = "pytorch-lightning";
rev = "refs/tags/${version}";
hash = "sha256-H2gbVCvGKbeHZVlvz6SmKI8Gzw649DxcwYgfGcehsmg=";
hash = "sha256-5dz4NQZC0tKIYA9omRZAsSlvH5hpyCSmV0yvoRICcqg=";
};

preConfigure = ''
Expand Down

0 comments on commit 73cb87f

Please sign in to comment.