summary refs log tree commit diff
path: root/pkgs/applications/science/math
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2018-09-07 20:56:37 +0200
committerTimo Kaufmann <timokau@zoho.com>2018-09-07 20:56:37 +0200
commit770c5b8a693e4e757c0c41bfdb85b425a088a4fc (patch)
treebd386821b6c6b4cf5417c7d1f16f36f30857ac0e /pkgs/applications/science/math
parent2a3cbf685bc4a8ce855c38e2be765ada2c1da719 (diff)
downloadnixlib-770c5b8a693e4e757c0c41bfdb85b425a088a4fc.tar
nixlib-770c5b8a693e4e757c0c41bfdb85b425a088a4fc.tar.gz
nixlib-770c5b8a693e4e757c0c41bfdb85b425a088a4fc.tar.bz2
nixlib-770c5b8a693e4e757c0c41bfdb85b425a088a4fc.tar.lz
nixlib-770c5b8a693e4e757c0c41bfdb85b425a088a4fc.tar.xz
nixlib-770c5b8a693e4e757c0c41bfdb85b425a088a4fc.tar.zst
nixlib-770c5b8a693e4e757c0c41bfdb85b425a088a4fc.zip
sage: 8.4.beta3 -> 8.4.beta4
Diffstat (limited to 'pkgs/applications/science/math')
-rw-r--r--pkgs/applications/science/math/sage/sage-src.nix16
1 files changed, 2 insertions, 14 deletions
diff --git a/pkgs/applications/science/math/sage/sage-src.nix b/pkgs/applications/science/math/sage/sage-src.nix
index 4b8750f92e90..523ef1ceedd0 100644
--- a/pkgs/applications/science/math/sage/sage-src.nix
+++ b/pkgs/applications/science/math/sage/sage-src.nix
@@ -3,14 +3,14 @@
 , fetchpatch
 }:
 stdenv.mkDerivation rec {
-  version = "8.4.beta3";
+  version = "8.4.beta4";
   name = "sage-src-${version}";
 
   src = fetchFromGitHub {
     owner = "sagemath";
     repo = "sage";
     rev = version;
-    sha256 = "14i2a2dzgcl9wj0067kxy5k1aq4g5yp1mhckghz0qm48ygvp1a4j";
+    sha256 = "19l5040rx51ygg51lcm78h0q670gcpzkyxys03b3h5ypnq6l4hhf";
   };
 
   nixPatches = [
@@ -39,18 +39,6 @@ stdenv.mkDerivation rec {
       stripLen = 1;
     })
 
-    (fetchpatch {
-      name = "matplotlib-2.2.2";
-      url = "https://git.sagemath.org/sage.git/patch?id=0d6244ed53b71aba861ce3d683d33e542c0bf0b0";
-      sha256 = "15x4cadxxlsdfh2sblgagqjj6ir13fgdzixxnwnvzln60saahb34";
-    })
-
-    (fetchpatch {
-      name = "scipy-1.1.0";
-      url = "https://git.sagemath.org/sage.git/patch?id=e0db968a51678b34ebd8d34906c7042900272378";
-      sha256 = "0kq5zxqphhrmavrmg830wdr7hwp1bkzdqlf3jfqfr8r8xq12qwf7";
-    })
-
     # https://trac.sagemath.org/ticket/25260
     ./patches/numpy-1.15.1.patch