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

authored by Gaétan Lepage and committed by GitHub 3ed93ea8 70faf60d

+2 -2
+2 -2
pkgs/development/python-modules/lightning-utilities/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "lightning-utilities"; 23 - version = "0.15.1"; 23 + version = "0.15.2"; 24 24 pyproject = true; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "Lightning-AI"; 28 28 repo = "utilities"; 29 29 tag = "v${version}"; 30 - hash = "sha256-GQVd81PHtAY9nr+YSVQli91AxbXSQFH0IALcZBMiu5o="; 30 + hash = "sha256-0unIL5jylunxTJxFTN+Q4aCFtD5zIHRNWEAWSbw+Fsk="; 31 31 }; 32 32 33 33 postPatch = ''