Merge pull request #184188 from r-ryantm/auto-update/getdp

getdp: 3.4.0 -> 3.5.0
This commit is contained in:
Jörg Thalheim 2022-08-01 08:24:46 +01:00 committed by GitHub
commit e50f15239e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "getdp";
version = "3.4.0";
version = "3.5.0";
src = fetchurl {
url = "http://getdp.info/src/getdp-${version}-source.tgz";
sha256 = "sha256-d5YxJgtMf94PD6EHvIXpPBFPKC+skI/2v1K5Sad51hA=";
sha256 = "sha256-C/dsSe+puIQBpFfBL3qr2XWXrUnvYy0/uTCKqOpDe9w=";
};
inherit (petsc) mpiSupport;