Skip to content

Commit

Permalink
python311Packages.pytorch-lightning: 2.2.1 -> 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 27, 2024
1 parent 60cb88c commit b4fd172
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 b4fd172

Please sign in to comment.