Skip to content

Commit

Permalink
python312Packages.lightning-utilities: 0.11.9 -> 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jan 31, 2025
1 parent 523ffce commit 836718a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@

buildPythonPackage rec {
pname = "lightning-utilities";
version = "0.11.9";
version = "0.12.0";
pyproject = true;

src = fetchFromGitHub {
owner = "Lightning-AI";
repo = "utilities";
tag = "v${version}";
hash = "sha256-7fRn7KvB7CEq8keVR8nrf6IY2G8omAQqNX+DPEf+7nc=";
hash = "sha256-Uu5VhrETDOYnTwjSSKkJx08yjt7cpgP2fmkpRyDepaI=";
};

postPatch = ''
Expand Down

0 comments on commit 836718a

Please sign in to comment.