summary refs log tree commit diff
path: root/pkgs/applications/science/math
diff options
context:
space:
mode:
authorMauricio Collares <mauricio@collares.org>2021-12-13 11:16:21 -0300
committerMauricio Collares <mauricio@collares.org>2021-12-13 11:16:33 -0300
commit9b350497703afe913b806ed24aaf8d3d3efb2986 (patch)
tree1bdf4fdd678d7eb25d4c8a494ee83adf5dbc7b2d /pkgs/applications/science/math
parent54724599d1a8c4ce98b7d50562af9853225439cc (diff)
downloadnixpkgs-9b350497703afe913b806ed24aaf8d3d3efb2986.tar
nixpkgs-9b350497703afe913b806ed24aaf8d3d3efb2986.tar.gz
nixpkgs-9b350497703afe913b806ed24aaf8d3d3efb2986.tar.bz2
nixpkgs-9b350497703afe913b806ed24aaf8d3d3efb2986.tar.lz
nixpkgs-9b350497703afe913b806ed24aaf8d3d3efb2986.tar.xz
nixpkgs-9b350497703afe913b806ed24aaf8d3d3efb2986.tar.zst
nixpkgs-9b350497703afe913b806ed24aaf8d3d3efb2986.zip
sage: import arb 2.21.0 test fixes
Diffstat (limited to 'pkgs/applications/science/math')
-rw-r--r--pkgs/applications/science/math/sage/sage-src.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/applications/science/math/sage/sage-src.nix b/pkgs/applications/science/math/sage/sage-src.nix
index 4a912e002d9..1678567b77f 100644
--- a/pkgs/applications/science/math/sage/sage-src.nix
+++ b/pkgs/applications/science/math/sage/sage-src.nix
@@ -125,6 +125,14 @@ stdenv.mkDerivation rec {
       sha256 = "sha256-3eJPfWfCrCAQ5filIn7FbzjRQeO9QyTIVl/HyRuqFtE=";
     })
 
+    # https://trac.sagemath.org/ticket/32567
+    (fetchSageDiff {
+      base = "9.5.beta2";
+      name = "arb-2.21.0-update.patch";
+      rev = "eb3304dd521a3d5a9334e747a08e234bbf16b4eb";
+      sha256 = "sha256-XDkaY4VQGyESXI6zuD7nCNzyQOl/fmBFvAESH9+RRvk=";
+    })
+
     # https://trac.sagemath.org/ticket/32797
     (fetchSageDiff {
       base = "9.5.beta7";