python311Packages.pytorch-lightning: 2.1.1 -> 2.1.2

This commit is contained in:
R. Ryantm 2023-11-22 17:27:03 +00:00
parent cb502b4d17
commit 9df167eebb

View File

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