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

gp2c: 0.0.11pl4 -> 0.0.12
This commit is contained in:
Timo Kaufmann 2020-11-14 09:52:34 +01:00 committed by GitHub
commit 9a18684661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "gp2c";
version = "0.0.11pl4";
version = "0.0.12";
src = fetchurl {
url = "https://pari.math.u-bordeaux.fr/pub/pari/GP2C/${pname}-${version}.tar.gz";
sha256 = "sha256-QGocEXxTahB5fHhlWtHXgMEl6brQ34LNwScxHNuB1rI=";
sha256 = "039ip7qkwwv46wrcdrz7y12m30kazzkjr44kqbc0h137g4wzd7zf";
};
buildInputs = [ pari perl ];