python3Packages.pytorch-lightning: 1.6.4 -> 1.6.5

This commit is contained in:
Martin Weinelt
2022-07-21 22:35:12 +02:00
parent 6308805b7a
commit 48c7cf7ce8
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pytorch-lightning";
version = "1.6.4";
version = "1.6.5";
disabled = isPy27;
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "PyTorchLightning";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-X1xPyE53uo/eWPjQdXiObAnjgWc/Y/K+077Ypi5ZzcE=";
hash = "sha256-CgD5g5nhz2DI4gOQyPl8/Cq6wWHzL0ALgOB5SgUOgaI=";
};
propagatedBuildInputs = [