Skip to content

Commit

Permalink
petsc: 3.21.0 -> 3.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 6, 2024
1 parent 8f3b38d commit 7fa5224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/pe/petsc/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ assert petsc-withp4est -> p4est.mpiSupport;

stdenv.mkDerivation rec {
pname = "petsc";
version = "3.21.0";
version = "3.21.3";

src = fetchzip {
url = "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-${version}.tar.gz";
hash = "sha256-2J6jtIKz1ZT9qwN8tuYQNBIeBJdE4Gt9cE3b5rTIeF4=";
hash = "sha256-dxHa8JUJCN4zRIXMCx7gcvbzFH2SPtkJ377ssIevjgU=";
};

inherit mpiSupport;
Expand Down

0 comments on commit 7fa5224

Please sign in to comment.