0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00
Gaetan Lepage 2025-04-25 22:58:47 +02:00
parent 3741b9b1e6
commit f0f872db5c

View file

@ -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 = ''