Merge pull request #275999 from r-ryantm/auto-update/python310Packages.pytorch-lightning

python310Packages.pytorch-lightning: 2.1.2 -> 2.1.3
This commit is contained in:
OTABI Tomoya 2023-12-22 23:41:27 +09:00 committed by GitHub
commit f25aba01f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "pytorch-lightning";
version = "2.1.2";
version = "2.1.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "Lightning-AI";
repo = "pytorch-lightning";
rev = "refs/tags/${version}";
hash = "sha256-d5DKAx67uuIPxtSgazIQnxLiHTBD0lwHaB6LD3R6vKA=";
hash = "sha256-3ELx4ukYlmsWvzK+GxEXM/0xFPPcZZcMv566jOXfcMs=";
};
preConfigure = ''