python3Packages.lightning-utilities: 0.15.1 -> 0.15.2 (#431624)

This commit is contained in:
Gaétan Lepage 2025-08-07 02:08:17 +02:00 committed by GitHub
commit 3ed93ea844
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "lightning-utilities";
version = "0.15.1";
version = "0.15.2";
pyproject = true;
src = fetchFromGitHub {
owner = "Lightning-AI";
repo = "utilities";
tag = "v${version}";
hash = "sha256-GQVd81PHtAY9nr+YSVQli91AxbXSQFH0IALcZBMiu5o=";
hash = "sha256-0unIL5jylunxTJxFTN+Q4aCFtD5zIHRNWEAWSbw+Fsk=";
};
postPatch = ''