summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2018-08-07 16:38:34 +0200
committerxeji <36407913+xeji@users.noreply.github.com>2018-08-07 16:38:34 +0200
commit291018b34e6712037db5c07cd735ca6cccf936fc (patch)
tree6d90be7c2e5515c2cd35c98a06321987597ea4d1 /pkgs/applications
parent90e1bccdaff0b24501d6a7e9d9b09574ee335870 (diff)
downloadnixlib-291018b34e6712037db5c07cd735ca6cccf936fc.tar
nixlib-291018b34e6712037db5c07cd735ca6cccf936fc.tar.gz
nixlib-291018b34e6712037db5c07cd735ca6cccf936fc.tar.bz2
nixlib-291018b34e6712037db5c07cd735ca6cccf936fc.tar.lz
nixlib-291018b34e6712037db5c07cd735ca6cccf936fc.tar.xz
nixlib-291018b34e6712037db5c07cd735ca6cccf936fc.tar.zst
nixlib-291018b34e6712037db5c07cd735ca6cccf936fc.zip
arb: 2.13.0 -> 2.14.0 (#44600)
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/science/math/sage/sage-src.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/applications/science/math/sage/sage-src.nix b/pkgs/applications/science/math/sage/sage-src.nix
index 1144057b188d..096f2212cc49 100644
--- a/pkgs/applications/science/math/sage/sage-src.nix
+++ b/pkgs/applications/science/math/sage/sage-src.nix
@@ -129,6 +129,13 @@ stdenv.mkDerivation rec {
       url = "https://git.sagemath.org/sage.git/patch/?id=2ab1546b3e21d1d0ab3b4fcd58576848b3a2d888";
       sha256 = "1c5gnasq7y9xxj762bn79bis0zi8d9bgg7jzlf64ifixsrc5cymb";
     })
+
+    # arb 2.13.0 -> 2.14.0
+    (fetchpatch {
+      name = "arb-2.14.0.patch";
+      url = "https://git.sagemath.org/sage.git/patch?id2=8.4.beta0&id=8bef4fd2876a61969b516fe4eb3b8ad7cc076c5e";
+      sha256 = "00p3hfsfn3w2vxgd9fjd23mz7xfxjfravf8ysjxkyd657jbkpjmk";
+    })
   ];
 
   patches = nixPatches ++ packageUpgradePatches ++ [