summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-13 14:37:53 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-11-13 14:37:53 +0000
commit3457f85820802837d412c948479ab47c79ca82a8 (patch)
treee03be2f62f6fe34545aa1c0af56bb1aea6132f92 /pkgs/applications/science
parent280e27327d4990245d418cd10a9d14cfd6df6f05 (diff)
gp2c: 0.0.11pl4 -> 0.0.12
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/math/pari/gp2c.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/pari/gp2c.nix b/pkgs/applications/science/math/pari/gp2c.nix
index 7726a0d789e9..082ff60c3e8d 100644
--- a/pkgs/applications/science/math/pari/gp2c.nix
+++ b/pkgs/applications/science/math/pari/gp2c.nix
@@ -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 ];