python3Packages.firedrake-fiat: 2025.4.2 -> 2025.10.0

Diff: https://github.com/firedrakeproject/fiat/compare/2025.4.2...2025.10.0
ChangeLog: https://github.com/firedrakeproject/fiat/releases/tag/2025.10.0
This commit is contained in:
qbisi
2025-10-22 14:09:46 +08:00
parent 8b39aa32ae
commit d0b1cf078b
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "firedrake-fiat";
version = "2025.4.2";
version = "2025.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "firedrakeproject";
repo = "fiat";
tag = version;
hash = "sha256-SIi/4JW9L4kyFxEmbG9pqe0QtY80UMOh7LSFLmrHhZY=";
hash = "sha256-kyQe4VFzcK1idMt/NNND2cytGUryyhh5+ZP292zxT7c=";
};
postPatch =