about summary refs log tree commit diff
path: root/pkgs/applications/science/math/sage
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2019-05-25 12:59:38 +0200
committerTimo Kaufmann <timokau@zoho.com>2019-06-27 22:01:40 +0200
commit9f434d70803c1cca7c3ef0bedb891cdfe92e7134 (patch)
treed8f8832b3ed8ef797a6d866d9b68b35c4766fb76 /pkgs/applications/science/math/sage
parent325a5037bf16de81266c4f0e0b9673eeba8622dc (diff)
downloadnixlib-9f434d70803c1cca7c3ef0bedb891cdfe92e7134.tar
nixlib-9f434d70803c1cca7c3ef0bedb891cdfe92e7134.tar.gz
nixlib-9f434d70803c1cca7c3ef0bedb891cdfe92e7134.tar.bz2
nixlib-9f434d70803c1cca7c3ef0bedb891cdfe92e7134.tar.lz
nixlib-9f434d70803c1cca7c3ef0bedb891cdfe92e7134.tar.xz
nixlib-9f434d70803c1cca7c3ef0bedb891cdfe92e7134.tar.zst
nixlib-9f434d70803c1cca7c3ef0bedb891cdfe92e7134.zip
sage: 8.8.beta5 -> 8.8.beta6
Diffstat (limited to 'pkgs/applications/science/math/sage')
-rw-r--r--pkgs/applications/science/math/sage/sage-src.nix11
1 files changed, 2 insertions, 9 deletions
diff --git a/pkgs/applications/science/math/sage/sage-src.nix b/pkgs/applications/science/math/sage/sage-src.nix
index c8d817564f93..7300e20da5e6 100644
--- a/pkgs/applications/science/math/sage/sage-src.nix
+++ b/pkgs/applications/science/math/sage/sage-src.nix
@@ -10,14 +10,14 @@
 # all get the same sources with the same patches applied.
 
 stdenv.mkDerivation rec {
-  version = "8.8.beta5";
+  version = "8.8.beta6";
   pname = "sage-src";
 
   src = fetchFromGitHub {
     owner = "sagemath";
     repo = "sage";
     rev = version;
-    sha256 = "1c1ckabvi1mi0vaj9iahlgi1d5ss5ld442pzbg2n2vqbv7bfjfqd";
+    sha256 = "0n0mpsxnl5kg02k0jlpd34vgk5f162pd3hd5jn821rphffsbzk5j";
   };
 
   # Patches needed because of particularities of nix or the way this is packaged.
@@ -93,13 +93,6 @@ stdenv.mkDerivation rec {
       stripLen = 1;
     })
 
-    # https://trac.sagemath.org/ticket/27738
-    (fetchpatch {
-      name = "R-3.6.0.patch";
-      url = "https://git.sagemath.org/sage.git/patch/?h=8b7dbd0805d02d0e8674a272e161ceb24a637966";
-      sha256 = "1c81f13z1w62s06yvp43gz6vkp8mxcs289n6l4gj9xj10slimzff";
-    })
-
     # https://trac.sagemath.org/ticket/26932
     (fetchSageDiff {
       name = "givaro-4.1.0_fflas-ffpack-2.4.0_linbox-1.6.0.patch";