python312Packages.lightning-utilities: 0.11.6 -> 0.11.7

Diff: https://github.com/Lightning-AI/utilities/compare/refs/tags/v0.11.6...v0.11.7

Changelog: https://github.com/Lightning-AI/utilities/releases/tag/v0.11.7
This commit is contained in:
Gaetan Lepage
2024-09-03 00:16:13 +02:00
parent 68c0efab60
commit 4c67288063
@@ -19,16 +19,14 @@
buildPythonPackage rec {
pname = "lightning-utilities";
version = "0.11.6";
version = "0.11.7";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "Lightning-AI";
repo = "utilities";
rev = "refs/tags/v${version}";
hash = "sha256-Bw28mLz9GaMucqP+EqR1F3OKLxDJiIVacrCBIV35G/I=";
hash = "sha256-0XxBDe9OGQLfl4viuUm5Hx8WvZhSj+J0FoDqD/JOiZM=";
};
postPatch = ''