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

petsc: 3.13.0 -> 3.13.1

Changed files
+2 -2
pkgs
development
libraries
science
math
petsc
+2 -2
pkgs/development/libraries/science/math/petsc/default.nix
···
stdenv.mkDerivation rec {
pname = "petsc";
-
version = "3.13.0";
src = fetchurl {
url = "http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-${version}.tar.gz";
-
sha256 = "0943bydmsq3sjwj3rxhb8hx58b1fm8vymny731557fs10g5zfbyz";
};
nativeBuildInputs = [ blas gfortran.cc.lib lapack python ];
···
stdenv.mkDerivation rec {
pname = "petsc";
+
version = "3.13.1";
src = fetchurl {
url = "http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-${version}.tar.gz";
+
sha256 = "0pr604b9pnryl9q0q5arlhs0xdx7wslca0sbz0pzs9qylmz775qp";
};
nativeBuildInputs = [ blas gfortran.cc.lib lapack python ];