Merge pull request #163461 from r-ryantm/auto-update/petsc

petsc: 3.16.4 -> 3.16.5
This commit is contained in:
Ryan Mulligan 2022-03-11 05:57:58 -08:00 committed by GitHub
commit 97b55c18d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,11 +18,11 @@ assert petsc-withp4est -> p4est.mpiSupport;
stdenv.mkDerivation rec {
pname = "petsc";
version = "3.16.4";
version = "3.16.5";
src = fetchurl {
url = "http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-${version}.tar.gz";
sha256 = "sha256-IpzOIr3P7bH+gn0wbtGvypc3eGzcPwVit0oZZsEkPK8=";
sha256 = "sha256-fehXDuuUBidS2CqDII/Cuvx3s/UVAjpMFNj/lEDmbKw=";
};
mpiSupport = !withp4est || p4est.mpiSupport;