python310Packages.pytorch-lightning: 2.0.8 -> 2.0.9

This commit is contained in:
R. Ryantm
2023-09-17 00:26:44 +00:00
parent f8056c5007
commit 718f1dbf14
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "pytorch-lightning";
version = "2.0.8";
version = "2.0.9";
format = "pyproject";
src = fetchFromGitHub {
owner = "Lightning-AI";
repo = "pytorch-lightning";
rev = "refs/tags/${version}";
hash = "sha256-Z/5d7aUO9UO7c9PoekxP8PMajKlh//hk/YIp+BJMcho=";
hash = "sha256-2HjdqC7JU28nVAJdaEkwmJOTfWBCqHcM1a1sHIfF3ME=";
};
preConfigure = ''