summary refs log tree commit diff
path: root/pkgs/applications/science/math
diff options
context:
space:
mode:
authorMauricio Collares <mauricio@collares.org>2021-12-20 10:09:35 -0300
committerMauricio Collares <mauricio@collares.org>2021-12-20 10:09:35 -0300
commit3eaca311d4009413b43fea10759b64dd266cc819 (patch)
treea64e791062d389892f17c346011c16b81ce65bc4 /pkgs/applications/science/math
parentbbea48728b43fd633fdb91f7e9fbe4905dce2118 (diff)
downloadnixpkgs-3eaca311d4009413b43fea10759b64dd266cc819.tar
nixpkgs-3eaca311d4009413b43fea10759b64dd266cc819.tar.gz
nixpkgs-3eaca311d4009413b43fea10759b64dd266cc819.tar.bz2
nixpkgs-3eaca311d4009413b43fea10759b64dd266cc819.tar.lz
nixpkgs-3eaca311d4009413b43fea10759b64dd266cc819.tar.xz
nixpkgs-3eaca311d4009413b43fea10759b64dd266cc819.tar.zst
nixpkgs-3eaca311d4009413b43fea10759b64dd266cc819.zip
sage: import matplotlib and sphinx update patches
Diffstat (limited to 'pkgs/applications/science/math')
-rw-r--r--pkgs/applications/science/math/sage/sage-src.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgs/applications/science/math/sage/sage-src.nix b/pkgs/applications/science/math/sage/sage-src.nix
index 1678567b77f..a48eeb6b4ea 100644
--- a/pkgs/applications/science/math/sage/sage-src.nix
+++ b/pkgs/applications/science/math/sage/sage-src.nix
@@ -140,6 +140,22 @@ stdenv.mkDerivation rec {
       rev = "f5f7a86908daf60b25e66e6a189c51ada7e0a732";
       sha256 = "sha256-H/caGx3q4KcdsyGe+ojV9bUTQ5y0siqM+QHgDbeEnbw=";
     })
+
+    # https://trac.sagemath.org/ticket/32909
+    (fetchSageDiff {
+      base = "9.5.beta7";
+      name = "matplotlib-3.5-deprecation-warnings.patch";
+      rev = "a5127dc56fdf5c2e82f6bc781cfe78dbd04e97b7";
+      sha256 = "sha256-p23qUu9mgEUbdbX6cy7ArxZAtpcFjCKbgyxN4jWvj1o=";
+    })
+
+    # https://trac.sagemath.org/ticket/32968
+    (fetchSageDiff {
+      base = "9.5.beta8";
+      name = "sphinx-4.3-update.patch";
+      rev = "fc84f82f52b6f05f512cb359ec7c100f93cf8841";
+      sha256 = "sha256-bBbfdcnw/9LUOlY8rHJRbFJEdMXK4shosqTNaobTS1Q=";
+    })
   ];
 
   patches = nixPatches ++ bugfixPatches ++ packageUpgradePatches;