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

python310Packages.pytorch-lightning: 2.0.2 -> 2.0.4

authored by

Martin Weinelt and committed by
GitHub
c20d8858 aedc167e

+2 -2
+2 -2
pkgs/development/python-modules/pytorch-lightning/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "pytorch-lightning"; 23 - version = "2.0.2"; 23 + version = "2.0.4"; 24 24 format = "pyproject"; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "Lightning-AI"; 28 28 repo = "pytorch-lightning"; 29 29 rev = "refs/tags/${version}"; 30 - hash = "sha256-MSztKWjg/7J+4+sv4sqFlucaYuQlGoehtcUTiqNUlPA="; 30 + hash = "sha256-gF0Tx/G06SwwrtIM7RPz/P+Qhmc3zgFQPsAT7qf8RtI="; 31 31 }; 32 32 33 33 preConfigure = ''