about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorMauricio Collares <mauricio@collares.org>2023-01-18 14:44:53 +0100
committerMauricio Collares <mauricio@collares.org>2023-01-18 15:28:06 +0100
commit59fc1d36478ed22292197bd7413402450db215f0 (patch)
tree6f48ee4e7455db5964095f2f1be82d472fd499e0 /pkgs/applications/science
parent6692659ce6d73262463d28d271f8a1ad4c1c43ef (diff)
sageWithDoc: import sphinx 5.1->5.3 upgrade patches
Diffstat (limited to 'pkgs/applications/science')
-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 10b99dcc50f72..8c2e5d1d6f913 100644
--- a/pkgs/applications/science/math/sage/sage-src.nix
+++ b/pkgs/applications/science/math/sage/sage-src.nix
@@ -175,6 +175,14 @@ stdenv.mkDerivation rec {
       sha256 = "sha256-j5AMY1TmhP+HBBBYaFZSkABJ5vtwe6iP2LRfGEgSm8Q=";
     })
 
+    # https://trac.sagemath.org/ticket/34615
+    (fetchSageDiff {
+      name = "sphinx-5.2-upgrade.patch";
+      base = "9.8.beta1";
+      rev = "8f8af65e54d3a9962cfab40f15dc23f4e955b43f";
+      sha256 = "sha256-yhDdyxnXSSkqLcuOPBWSEBc26rk1Od3gLcWW8S2p8bY=";
+    })
+
     # Sage uses mixed integer programs (MIPs) to find edge disjoint
     # spanning trees. For some reason, aarch64 glpk takes much longer
     # than x86_64 glpk to solve such MIPs. Since the MIP formulation