Commit e590755e authored by R. RyanTM's avatar R. RyanTM
Browse files

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

parent 49645047
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''