Commit f0f872db authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent 3741b9b1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,14 +25,14 @@

buildPythonPackage rec {
  pname = "pytorch-lightning";
  version = "2.5.1";
  version = "2.5.1.post0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Lightning-AI";
    repo = "pytorch-lightning";
    tag = version;
    hash = "sha256-vGs+byt+/9tIMNYc2VmyN5vhj21ZFnaYsg4v2zeKzEM=";
    hash = "sha256-Vp9RpoyqHiMw3BchmenXgfmmm95uIjuhkhyq1ZrBiiI=";
  };

  preConfigure = ''