python3Packages.mpi-pytest: 2025.6.0 -> 2025.7 (#424522)

This commit is contained in:
Aleksana 2025-07-15 18:26:09 +08:00 committed by GitHub
commit 454765d7f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "mpi-pytest";
version = "2025.6.0";
version = "2025.7";
pyproject = true;
src = fetchFromGitHub {
owner = "firedrakeproject";
repo = "mpi-pytest";
tag = "v${version}";
hash = "sha256-hZPTVqVaCd75UMoUQTZXrmnFM6cpMp9ejKqct3lN0Bo=";
hash = "sha256-TZj1hObMVzYfAUC0UjXMvUThbKCNdiB1FMSA0AHjZ9s=";
};
build-system = [