We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c511128 + d6b051f commit b3f7434Copy full SHA for b3f7434
pkgs/development/python-modules/lightning-utilities/default.nix
@@ -18,14 +18,14 @@
18
19
buildPythonPackage rec {
20
pname = "lightning-utilities";
21
- version = "0.11.8";
+ version = "0.11.9";
22
pyproject = true;
23
24
src = fetchFromGitHub {
25
owner = "Lightning-AI";
26
repo = "utilities";
27
rev = "refs/tags/v${version}";
28
- hash = "sha256-1npXzPqasgtI5KLq791hfneKFO5GrSiRdqfRd13//6M=";
+ hash = "sha256-7fRn7KvB7CEq8keVR8nrf6IY2G8omAQqNX+DPEf+7nc=";
29
};
30
31
postPatch = ''
0 commit comments