python3Packages.loopy: 2025.1 -> 2025.2

https://github.com/inducer/loopy/releases/tag/v2025.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:01:39 +02:00
parent 0c5bbee473
commit 8e5cd089ec
@@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "loopy";
version = "2025.1";
version = "2025.2";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "inducer";
repo = "loopy";
tag = "v${version}";
hash = "sha256-3Ebnje+EBw2Jdp2xLqffWx592OoUrSdRDXQkw6FpEzc=";
hash = "sha256-VgsUOMCIg61mYNDMcGpMs5I1CkobhUFVjoQFdD8Vchs=";
fetchSubmodules = true; # submodule at `loopy/target/c/compyte`
};