summary refs log tree commit diff
path: root/pkgs/applications/science/math/sage
diff options
context:
space:
mode:
authorMauricio Collares <mauricio@collares.org>2021-03-05 12:20:31 -0300
committerMauricio Collares <mauricio@collares.org>2021-03-23 22:09:29 -0300
commit15fd117e71bfd809e3cd413abd4198874460d4b2 (patch)
tree2543f623844c0f75e545602568ed6da57dd51f18 /pkgs/applications/science/math/sage
parent5e4a4e0c32f0ca0a5bd4ebbbf17aedd347de7f3e (diff)
downloadnixpkgs-15fd117e71bfd809e3cd413abd4198874460d4b2.tar
nixpkgs-15fd117e71bfd809e3cd413abd4198874460d4b2.tar.gz
nixpkgs-15fd117e71bfd809e3cd413abd4198874460d4b2.tar.bz2
nixpkgs-15fd117e71bfd809e3cd413abd4198874460d4b2.tar.lz
nixpkgs-15fd117e71bfd809e3cd413abd4198874460d4b2.tar.xz
nixpkgs-15fd117e71bfd809e3cd413abd4198874460d4b2.tar.zst
nixpkgs-15fd117e71bfd809e3cd413abd4198874460d4b2.zip
cypari2: 2.1.1 -> 2.1.2
* cypari2: 2.1.1 -> 2.1.2, patch to fix segfault

* sage: update test expectations
Diffstat (limited to 'pkgs/applications/science/math/sage')
-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 3e4ed900a92..bf31164417c 100644
--- a/pkgs/applications/science/math/sage/sage-src.nix
+++ b/pkgs/applications/science/math/sage/sage-src.nix
@@ -153,6 +153,14 @@ stdenv.mkDerivation rec {
       rev = "75c1516f0abb9e6f8c335e38e4031f6ef674ed30";
       sha256 = "sha256-RukkieIZcXNrju904H2oyGKdtpdE+9vNzvyjN2IBNg0=";
     })
+
+    # cypari 2.1.2 update (https://trac.sagemath.org/ticket/31029)
+    (fetchSageDiff {
+      base = "9.3.beta3";
+      name = "cypari-2.1.2-update.patch";
+      rev = "b9aadfd08e81d74ca7c229bb80eb853b592887d0";
+      sha256 = "sha256-eKaMy7kpu+YKdL8bPStgocxBCTfc2Z/10RrGy2LENFw=";
+    })
   ];
 
   patches = nixPatches ++ bugfixPatches ++ packageUpgradePatches;