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

python3Packages.petsc4py: 3.23.0 -> 3.23.2 (#406142)



Co-authored-by: default avatarqbisi <qbisicwate@gmail.com>
parents ca62c098 27431ae1
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.0";
  version = "3.23.2";

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

  strictDeps = true;