Merge pull request #64811 from r-ryantm/auto-update/gp2c

gp2c: 0.0.11pl1 -> 0.0.11pl2
This commit is contained in:
Ryan Mulligan 2019-07-15 11:30:01 -05:00 committed by GitHub
commit 6e03fdd341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "gp2c-${version}";
version = "0.0.11pl1";
version = "0.0.11pl2";
src = fetchurl {
url = "https://pari.math.u-bordeaux.fr/pub/pari/GP2C/${name}.tar.gz";
sha256 = "1c6f6vmncw032kfzrfyr8bynw6yd3faxpy2285r009fmr0zxfs5s";
sha256 = "0wqsf05wgkqvmmsx7jinvzdqav6rl56sr8haibgs31nzz4x9xz9g";
};
buildInputs = [ pari perl ];