python312Packages.lightning-utilities: 0.14.2 -> 0.14.3

Diff: https://github.com/Lightning-AI/utilities/compare/refs/tags/v0.14.2...v0.14.3

Changelog: https://github.com/Lightning-AI/utilities/releases/tag/v0.14.3
This commit is contained in:
Gaetan Lepage 2025-04-03 22:23:00 +02:00
parent c1fc9c391d
commit c990c34610

View File

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "lightning-utilities";
version = "0.14.2";
version = "0.14.3";
pyproject = true;
src = fetchFromGitHub {
owner = "Lightning-AI";
repo = "utilities";
tag = "v${version}";
hash = "sha256-erjDDK7XJrq4Ast/RgQhEDQfDplUGMhWt4kakEzi8z8=";
hash = "sha256-MI2dhcxYZJw+EMO05m+W/yE5UlNBB2AHltb0XDamxMc=";
};
postPatch = ''