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

View file

@ -25,14 +25,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytorch-lightning"; pname = "pytorch-lightning";
version = "2.5.1"; version = "2.5.1.post0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Lightning-AI"; owner = "Lightning-AI";
repo = "pytorch-lightning"; repo = "pytorch-lightning";
tag = version; tag = version;
hash = "sha256-vGs+byt+/9tIMNYc2VmyN5vhj21ZFnaYsg4v2zeKzEM="; hash = "sha256-Vp9RpoyqHiMw3BchmenXgfmmm95uIjuhkhyq1ZrBiiI=";
}; };
preConfigure = '' preConfigure = ''