python310Packages.pytorch-lightning: 1.9.3 -> 2.0.2

This commit is contained in:
R. Ryantm 2023-05-07 13:23:05 +00:00
parent 5844313b95
commit 78471198a1

View File

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "pytorch-lightning";
version = "1.9.3";
version = "2.0.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "Lightning-AI";
repo = "pytorch-lightning";
rev = "refs/tags/${version}";
hash = "sha256-Xftm2gLNXnBUEPX0ULjSx8LpS5t4k+g64cxUgCAaz2w=";
hash = "sha256-MSztKWjg/7J+4+sv4sqFlucaYuQlGoehtcUTiqNUlPA=";
};
preConfigure = ''