Skip to content

Commit b3f7434

Browse files
authored
python312Packages.lightning-utilities: 0.11.8 -> 0.11.9 (#357488)
2 parents c511128 + d6b051f commit b3f7434

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/lightning-utilities

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/lightning-utilities/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
buildPythonPackage rec {
2020
pname = "lightning-utilities";
21-
version = "0.11.8";
21+
version = "0.11.9";
2222
pyproject = true;
2323

2424
src = fetchFromGitHub {
2525
owner = "Lightning-AI";
2626
repo = "utilities";
2727
rev = "refs/tags/v${version}";
28-
hash = "sha256-1npXzPqasgtI5KLq791hfneKFO5GrSiRdqfRd13//6M=";
28+
hash = "sha256-7fRn7KvB7CEq8keVR8nrf6IY2G8omAQqNX+DPEf+7nc=";
2929
};
3030

3131
postPatch = ''

0 commit comments

Comments
 (0)