about summary refs log tree commit diff
path: root/pkgs/applications/science/math/pari
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-14 22:17:15 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-12-14 22:17:15 -0800
commit943e6fa283ec4e2820419e245ee59afae426f8be (patch)
tree0c60bfb87f2d9159aecb8fb1b46bac94ee434cf6 /pkgs/applications/science/math/pari
parente0950ae9ad7e101c16ce8bbc28d566c75bb298fb (diff)
downloadnixlib-943e6fa283ec4e2820419e245ee59afae426f8be.tar
nixlib-943e6fa283ec4e2820419e245ee59afae426f8be.tar.gz
nixlib-943e6fa283ec4e2820419e245ee59afae426f8be.tar.bz2
nixlib-943e6fa283ec4e2820419e245ee59afae426f8be.tar.lz
nixlib-943e6fa283ec4e2820419e245ee59afae426f8be.tar.xz
nixlib-943e6fa283ec4e2820419e245ee59afae426f8be.tar.zst
nixlib-943e6fa283ec4e2820419e245ee59afae426f8be.zip
pari: 2.11.0 -> 2.11.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pari/versions
Diffstat (limited to 'pkgs/applications/science/math/pari')
-rw-r--r--pkgs/applications/science/math/pari/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/pari/default.nix b/pkgs/applications/science/math/pari/default.nix
index 9fe1d9df46dc..32e4d81acec0 100644
--- a/pkgs/applications/science/math/pari/default.nix
+++ b/pkgs/applications/science/math/pari/default.nix
@@ -8,11 +8,11 @@ assert withThread -> libpthreadstubs != null;
 stdenv.mkDerivation rec {
 
   name = "pari-${version}";
-  version = "2.11.0";
+  version = "2.11.1";
 
   src = fetchurl {
     url = "https://pari.math.u-bordeaux.fr/pub/pari/unix/${name}.tar.gz";
-    sha256 = "18f9yj8ffn3dxignbxj1x36771zbxy4js0r18mv6831ymb6cld9q";
+    sha256 = "1jfax92jpydjd02fwl30r6b8kfzqqd6sm4yx94gidyz9lqjb7a94";
   };
 
   buildInputs = [