python3Packages.devito: 4.8.21 -> 4.8.22

Diff: https://github.com/devitocodes/devito/compare/v4.8.21...v4.8.22

Changelog: https://github.com/devitocodes/devito/releases/tag/v4.8.22
This commit is contained in:
Gaetan Lepage
2026-06-22 21:36:17 +00:00
parent 61e757c1ad
commit bd036deae8
@@ -32,14 +32,15 @@
buildPythonPackage (finalAttrs: {
pname = "devito";
version = "4.8.21";
version = "4.8.22";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "devitocodes";
repo = "devito";
tag = "v${finalAttrs.version}";
hash = "sha256-nD1bUFv24lnonajUG6m5yhGUAC0pVtSKTX69JwSt69E=";
hash = "sha256-7bHMMZKm+n+wSVGUSSoYQjXklxzdTeyCkjMuK0Z8qTI=";
};
patches = [