From f1bfc8c9db3458be63283ffb5250418dd54b4ef7 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 6 Sep 2025 00:13:37 +0200 Subject: [PATCH] python3Packages.pytorch-lightning: 2.5.4 -> 2.5.5 Diff: https://github.com/Lightning-AI/pytorch-lightning/compare/2.5.4...2.5.5 Changelog: https://github.com/Lightning-AI/pytorch-lightning/releases/tag/2.5.5 --- pkgs/development/python-modules/pytorch-lightning/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytorch-lightning/default.nix b/pkgs/development/python-modules/pytorch-lightning/default.nix index 52642bddcc25..d8e90c7c0cc2 100644 --- a/pkgs/development/python-modules/pytorch-lightning/default.nix +++ b/pkgs/development/python-modules/pytorch-lightning/default.nix @@ -24,14 +24,14 @@ buildPythonPackage rec { pname = "pytorch-lightning"; - version = "2.5.4"; + version = "2.5.5"; pyproject = true; src = fetchFromGitHub { owner = "Lightning-AI"; repo = "pytorch-lightning"; tag = version; - hash = "sha256-BScZ1JlJeJ067C5AwWnD0thJvUcsCryp3k/oZsWlwJ8="; + hash = "sha256-8CDVvgaxnFWO4Fl5lW/+cn/1WZCgVXYys86iOVNYUfY="; }; preConfigure = ''