python3Packages.pytorch-lightning: 2.5.1.post0 -> 2.5.2

This commit is contained in:
R. Ryantm
2025-06-21 00:39:51 +00:00
parent 49645047e6
commit e590755e64

View File

@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "pytorch-lightning";
version = "2.5.1.post0";
version = "2.5.2";
pyproject = true;
src = fetchFromGitHub {
owner = "Lightning-AI";
repo = "pytorch-lightning";
tag = version;
hash = "sha256-Vp9RpoyqHiMw3BchmenXgfmmm95uIjuhkhyq1ZrBiiI=";
hash = "sha256-zYPjMahC8/9uYomzSFMbswJoh+CcBsnO0h4pkgCxIcQ=";
};
preConfigure = ''