python310Packages.pytorch-lightning: 2.0.2 -> 2.0.4

This commit is contained in:
R. Ryantm
2023-06-24 20:26:04 +00:00
parent 20accfd98c
commit 4c85d73eea
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "pytorch-lightning";
version = "2.0.2";
version = "2.0.4";
format = "pyproject";
src = fetchFromGitHub {
owner = "Lightning-AI";
repo = "pytorch-lightning";
rev = "refs/tags/${version}";
hash = "sha256-MSztKWjg/7J+4+sv4sqFlucaYuQlGoehtcUTiqNUlPA=";
hash = "sha256-gF0Tx/G06SwwrtIM7RPz/P+Qhmc3zgFQPsAT7qf8RtI=";
};
preConfigure = ''