Unverified Commit 6ce75ae3 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

petsc: 3.23.2 -> 3.23.3 (#412801)



Co-authored-by: default avatarqbisi <qbisicwate@gmail.com>
parents ff9e5bd3 f134697b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -111,11 +111,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "petsc";
  version = "3.23.2";
  version = "3.23.3";

  src = fetchzip {
    url = "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-${finalAttrs.version}.tar.gz";
    hash = "sha256-I/vxSo0CVvkcEPmbSahPog1MiyyG4IyNorrZUAPSTYw=";
    hash = "sha256-1ycMyER09PIN5JyT5nQxUe3GnaVC6WFUUiuug9aXyKc=";
  };

  strictDeps = true;