3
0
Fork 0
forked from mirrors/nixpkgs

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

gp2c: 0.0.11 -> 0.0.11pl1
This commit is contained in:
Renaud 2018-11-14 16:07:49 +01:00 committed by GitHub
commit 7ca9d67948
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.11";
version = "0.0.11pl1";
src = fetchurl {
url = "https://pari.math.u-bordeaux.fr/pub/pari/GP2C/${name}.tar.gz";
sha256 = "1z69xj2dpd8yyi8108rz26c50xpv0k2j8qnk0bzy1c5lw3pd1adm";
sha256 = "1c6f6vmncw032kfzrfyr8bynw6yd3faxpy2285r009fmr0zxfs5s";
};
buildInputs = [ pari perl ];