Unverified Commit 454765d7 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

parents 0c54544e 23af69ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [