python310Packages.pytorch-lightning: 2.0.7 -> 2.0.8

This commit is contained in:
R. Ryantm 2023-09-04 20:08:45 +00:00
parent 7a46ca5ed0
commit 2609945edf

View file

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "pytorch-lightning";
version = "2.0.7";
version = "2.0.8";
format = "pyproject";
src = fetchFromGitHub {
owner = "Lightning-AI";
repo = "pytorch-lightning";
rev = "refs/tags/${version}";
hash = "sha256-R1uX5kPRnLWqqpEYbzJp7aOSK6e5mfyQ14CkbBCDszw=";
hash = "sha256-Z/5d7aUO9UO7c9PoekxP8PMajKlh//hk/YIp+BJMcho=";
};
preConfigure = ''