python310Packages.pytorch-lightning 0 -> 1 attrpath: python310Packages.pytorch-lightning Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l6nkdsxliwrkmnjqn1jai2n79yaxij4d-packages.json.drv building '/nix/store/l6nkdsxliwrkmnjqn1jai2n79yaxij4d-packages.json.drv'... Going to be running update for following packages: - python3.10-pytorch-lightning-1.6.5 Press Enter key to continue... Running update for: - python3.10-pytorch-lightning-1.6.5: UPDATING ... - python3.10-pytorch-lightning-1.6.5: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pytorch-lightning/default.nix b/pkgs/development/python-modules/pytorch-lightning/default.nix index a2d8da399d2..55e580308aa 100644 --- a/pkgs/development/python-modules/pytorch-lightning/default.nix +++ b/pkgs/development/python-modules/pytorch-lightning/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "pytorch-lightning"; - version = "1.6.5"; + version = "1.8.6"; disabled = isPy27; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "PyTorchLightning"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-CgD5g5nhz2DI4gOQyPl8/Cq6wWHzL0ALgOB5SgUOgaI="; + hash = "sha256-5AyOCeRFiV7rdmoBPx03Xju6eTR/3jiE+HQBiEmdzmo="; }; propagatedBuildInputs = [ No auto update branch exists Old version 1.6.5" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , isPy27 , future , fsspec , packaging , pytestCheckHook , torch , pyyaml , tensorboard , torchmetrics , tqdm }: buildPythonPackage rec { pname = "pytorch-lightning"; version = "1.8.6"; disabled = isPy27; src = fetchFromGitHub { owner = "PyTorchLightning"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-5AyOCeRFiV7rdmoBPx03Xju6eTR/3jiE+HQBiEmdzmo="; }; propagatedBuildInputs = [ packaging future fsspec torch pyyaml tensorboard torchmetrics tqdm ]; checkInputs = [ pytestCheckHook ]; # Some packages are not in NixPkgs; other tests try to build distributed # models, which doesn't work in the sandbox. doCheck = false; pythonImportsCheck = [ "pytorch_lightning" ]; meta = with lib; { description = "Lightweight PyTorch wrapper for machine learning researchers"; homepage = "https://pytorch-lightning.readthedocs.io"; license = licenses.asl20; maintainers = with maintainers; [ tbenst ]; }; }