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-06-27 22:04:25 +0200
committerTimo Kaufmann <timokau@zoho.com>2019-06-27 22:05:30 +0200
commit5b2db39c497cad67be759c0f731abf45ec017b2b (patch)
tree173ac28ba31c9bc6600de341ecccaa3b375fdff2 /pkgs/applications/science/math/sage
parente7d4386e0ea19572ee21d6e1fab1c411e388e608 (diff)
downloadnixlib-5b2db39c497cad67be759c0f731abf45ec017b2b.tar
nixlib-5b2db39c497cad67be759c0f731abf45ec017b2b.tar.gz
nixlib-5b2db39c497cad67be759c0f731abf45ec017b2b.tar.bz2
nixlib-5b2db39c497cad67be759c0f731abf45ec017b2b.tar.lz
nixlib-5b2db39c497cad67be759c0f731abf45ec017b2b.tar.xz
nixlib-5b2db39c497cad67be759c0f731abf45ec017b2b.tar.zst
nixlib-5b2db39c497cad67be759c0f731abf45ec017b2b.zip
sage: 8.8.rc2 -> 8.8
Diffstat (limited to 'pkgs/applications/science/math/sage')
-rw-r--r--pkgs/applications/science/math/sage/sage-src.nix13
1 files changed, 3 insertions, 10 deletions
diff --git a/pkgs/applications/science/math/sage/sage-src.nix b/pkgs/applications/science/math/sage/sage-src.nix
index 73134553c18e..51460154c5de 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.rc2";
+  version = "8.8";
   pname = "sage-src";
 
   src = fetchFromGitHub {
     owner = "sagemath";
     repo = "sage";
     rev = version;
-    sha256 = "1xga7brq2wql0d8klpn4wi1iciifnvkyz44vhkr6ihjv44qr169g";
+    sha256 = "0jm7zdkz8wfgrmf6620jfr8kgvprrz3qfl8gzx6rl5z5cm734b6x";
   };
 
   # Patches needed because of particularities of nix or the way this is packaged.
@@ -61,14 +61,7 @@ stdenv.mkDerivation rec {
   # Since sage unfortunately does not release bugfix releases, packagers must
   # fix those bugs themselves. This is for critical bugfixes, where "critical"
   # == "causes (transient) doctest failures / somebody complained".
-  bugfixPatches = [
-    # https://trac.sagemath.org/ticket/28036
-    (fetchpatch {
-      name = "fix-infinite-loop.patch";
-      url = "https://git.sagemath.org/sage.git/patch/?id=4d1cf508f9fc19f73e2ec3c82258400009e27dcf";
-      sha256 = "0pdnzsmr3c38x2i4b2pj81lmqrw5bmd24n2gkmg7bpq5jmf7kpb4";
-    })
-  ];
+  bugfixPatches = [ ];
 
   # Patches needed because of package updates. We could just pin the versions of
   # dependencies, but that would lead to rebuilds, confusion and the burdons of