python3Packages.pytorch-lightning: 1.9.0 -> 1.9.3

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:45 +01:00
parent 750ae0fcce
commit e4c327893a

View File

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