python3Packages.loopy: 2025.1 -> 2025.2

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

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
loopy
+2 -2
pkgs/development/python-modules/loopy/default.nix
···
buildPythonPackage rec {
pname = "loopy";
-
version = "2025.1";
+
version = "2025.2";
pyproject = true;
disabled = pythonOlder "3.10";
···
owner = "inducer";
repo = "loopy";
tag = "v${version}";
-
hash = "sha256-3Ebnje+EBw2Jdp2xLqffWx592OoUrSdRDXQkw6FpEzc=";
+
hash = "sha256-VgsUOMCIg61mYNDMcGpMs5I1CkobhUFVjoQFdD8Vchs=";
fetchSubmodules = true; # submodule at `loopy/target/c/compyte`
};