python3Packages.lightning-utilities: 0.15.1 -> 0.15.2
Diff: https://github.com/Lightning-AI/utilities/compare/refs/tags/v0.15.1...refs/tags/v0.15.2 Changelog: https://github.com/Lightning-AI/utilities/releases/tag/v0.15.2
This commit is contained in:
@@ -20,14 +20,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "lightning-utilities";
|
pname = "lightning-utilities";
|
||||||
version = "0.15.1";
|
version = "0.15.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Lightning-AI";
|
owner = "Lightning-AI";
|
||||||
repo = "utilities";
|
repo = "utilities";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-GQVd81PHtAY9nr+YSVQli91AxbXSQFH0IALcZBMiu5o=";
|
hash = "sha256-0unIL5jylunxTJxFTN+Q4aCFtD5zIHRNWEAWSbw+Fsk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user