Merge pull request #263884 from r-ryantm/auto-update/python311Packages.pytorch-lightning

python311Packages.pytorch-lightning: 2.1.1 -> 2.1.2
This commit is contained in:
OTABI Tomoya
2023-11-23 12:22:09 +09:00
committed by GitHub
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "pytorch-lightning";
version = "2.1.1";
version = "2.1.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "Lightning-AI";
repo = "pytorch-lightning";
rev = "refs/tags/${version}";
hash = "sha256-1psTa++qF5WPDVXeDGWfcQ4hGz98uW297QDUKrQyoRE=";
hash = "sha256-d5DKAx67uuIPxtSgazIQnxLiHTBD0lwHaB6LD3R6vKA=";
};
preConfigure = ''