python312Packages.lightning-utilities: 0.11.8 -> 0.11.9 (#357488)

This commit is contained in:
Nick Cao 2024-11-20 08:30:44 -05:00 committed by GitHub
commit b3f74344a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "lightning-utilities";
version = "0.11.8";
version = "0.11.9";
pyproject = true;
src = fetchFromGitHub {
owner = "Lightning-AI";
repo = "utilities";
rev = "refs/tags/v${version}";
hash = "sha256-1npXzPqasgtI5KLq791hfneKFO5GrSiRdqfRd13//6M=";
hash = "sha256-7fRn7KvB7CEq8keVR8nrf6IY2G8omAQqNX+DPEf+7nc=";
};
postPatch = ''