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:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user