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-09 20:15:23 +0200
committerTimo Kaufmann <timokau@zoho.com>2019-06-27 22:03:00 +0200
commit409bee28b64081e3a7ec46be5e1a42f8228a3991 (patch)
tree17bb94885810d9220433f9b743c11dffd58d487a /pkgs/applications/science/math/sage
parentc76e8fa86e3caa81e7a8ac7b477193c025d3b9c7 (diff)
downloadnixlib-409bee28b64081e3a7ec46be5e1a42f8228a3991.tar
nixlib-409bee28b64081e3a7ec46be5e1a42f8228a3991.tar.gz
nixlib-409bee28b64081e3a7ec46be5e1a42f8228a3991.tar.bz2
nixlib-409bee28b64081e3a7ec46be5e1a42f8228a3991.tar.lz
nixlib-409bee28b64081e3a7ec46be5e1a42f8228a3991.tar.xz
nixlib-409bee28b64081e3a7ec46be5e1a42f8228a3991.tar.zst
nixlib-409bee28b64081e3a7ec46be5e1a42f8228a3991.zip
sage: 8.8.beta7 -> 8.8.rc0
Diffstat (limited to 'pkgs/applications/science/math/sage')
-rw-r--r--pkgs/applications/science/math/sage/sage-src.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/sage/sage-src.nix b/pkgs/applications/science/math/sage/sage-src.nix
index d88f3aa6b05d..1cee1d295eab 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.beta7";
+  version = "8.8.rc0";
   pname = "sage-src";
 
   src = fetchFromGitHub {
     owner = "sagemath";
     repo = "sage";
     rev = version;
-    sha256 = "08ss24xswnfcyncagqx3g7lvx536nk2qddq7nbpyvbgnc3z3i3r3";
+    sha256 = "1y1d71z5a9shhfjf9kqp4ji80mb6jxsz447hs025y444g1qjhbv8";
   };
 
   # Patches needed because of particularities of nix or the way this is packaged.