about summary refs log tree commit diff
path: root/pkgs/applications/science/math
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2019-12-26 11:46:42 +0100
committerTimo Kaufmann <timokau@zoho.com>2019-12-26 11:46:42 +0100
commit8ac53ed0b17aaa55c37adf51814e262e8ce83d00 (patch)
tree91b56d1910daee2b17cb21b7d18b0de9cbb80218 /pkgs/applications/science/math
parent54184dfc7e9d136a4a68e11822ab9d799df2b1ee (diff)
downloadnixlib-8ac53ed0b17aaa55c37adf51814e262e8ce83d00.tar
nixlib-8ac53ed0b17aaa55c37adf51814e262e8ce83d00.tar.gz
nixlib-8ac53ed0b17aaa55c37adf51814e262e8ce83d00.tar.bz2
nixlib-8ac53ed0b17aaa55c37adf51814e262e8ce83d00.tar.lz
nixlib-8ac53ed0b17aaa55c37adf51814e262e8ce83d00.tar.xz
nixlib-8ac53ed0b17aaa55c37adf51814e262e8ce83d00.tar.zst
nixlib-8ac53ed0b17aaa55c37adf51814e262e8ce83d00.zip
python.pkgs.sympy: 1.4 -> 1.5
Sage needs some doctest changes. The patch was included upstream.
Modelled after https://trac.sagemath.org/ticket/28911.
Diffstat (limited to 'pkgs/applications/science/math')
-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 dc8ba48e45e8..4530cbf69f4c 100644
--- a/pkgs/applications/science/math/sage/sage-src.nix
+++ b/pkgs/applications/science/math/sage/sage-src.nix
@@ -118,6 +118,13 @@ stdenv.mkDerivation rec {
       url = "https://git.sagemath.org/sage.git/patch?id=fcc11d6effa39f375bc5f4ea5831fb7a2f2767da";
       sha256 = "0hnmc8ld3bblks0hcjvjjaydkgwdr1cs3dbl2ys4gfq964pjgqwc";
     })
+
+    # https://trac.sagemath.org/ticket/28911
+    (fetchpatch {
+      name = "sympy-1.5.patch";
+      url = "https://git.sagemath.org/sage.git/patch/?h=c6d0308db15efd611211d26cfcbefbd180fc0831";
+      sha256 = "0nwai2jr22h49km4hx3kwafs3mzsc5kwsv7mqwjf6ibwfx2bbgyq";
+    })
   ];
 
   patches = nixPatches ++ bugfixPatches ++ packageUpgradePatches;