about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2019-07-15 11:30:01 -0500
committerGitHub <noreply@github.com>2019-07-15 11:30:01 -0500
commit6e03fdd3412cba6c3df7a7f3b66522c68e59f370 (patch)
tree1ef1ff88cf1cbd881a2587498a5d8ba5b3493477 /pkgs/applications/science
parentb43744b933074157273bd0f9490a46fcb601ee78 (diff)
parent3ef3712313158e8deacacbb5f3dcdea2a417cb89 (diff)
downloadnixlib-6e03fdd3412cba6c3df7a7f3b66522c68e59f370.tar
nixlib-6e03fdd3412cba6c3df7a7f3b66522c68e59f370.tar.gz
nixlib-6e03fdd3412cba6c3df7a7f3b66522c68e59f370.tar.bz2
nixlib-6e03fdd3412cba6c3df7a7f3b66522c68e59f370.tar.lz
nixlib-6e03fdd3412cba6c3df7a7f3b66522c68e59f370.tar.xz
nixlib-6e03fdd3412cba6c3df7a7f3b66522c68e59f370.tar.zst
nixlib-6e03fdd3412cba6c3df7a7f3b66522c68e59f370.zip
Merge pull request #64811 from r-ryantm/auto-update/gp2c
gp2c: 0.0.11pl1 -> 0.0.11pl2
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 4915e42025b5..86bd2e843678 100644
--- a/pkgs/applications/science/math/pari/gp2c.nix
+++ b/pkgs/applications/science/math/pari/gp2c.nix
@@ -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 ];