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-20 15:28:51 +0200
committerTimo Kaufmann <timokau@zoho.com>2019-06-27 22:03:00 +0200
commite7d4386e0ea19572ee21d6e1fab1c411e388e608 (patch)
treecf0c703b1df916b4653f562e00c75c851805ee2d /pkgs/applications/science/math/sage
parent218fd843a34c173fdbc11bcce99349702c6e108f (diff)
downloadnixlib-e7d4386e0ea19572ee21d6e1fab1c411e388e608.tar
nixlib-e7d4386e0ea19572ee21d6e1fab1c411e388e608.tar.gz
nixlib-e7d4386e0ea19572ee21d6e1fab1c411e388e608.tar.bz2
nixlib-e7d4386e0ea19572ee21d6e1fab1c411e388e608.tar.lz
nixlib-e7d4386e0ea19572ee21d6e1fab1c411e388e608.tar.xz
nixlib-e7d4386e0ea19572ee21d6e1fab1c411e388e608.tar.zst
nixlib-e7d4386e0ea19572ee21d6e1fab1c411e388e608.zip
sage: 8.8.rc1 -> 8.8.rc2
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 25733cec2c1d..73134553c18e 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.rc1";
+  version = "8.8.rc2";
   pname = "sage-src";
 
   src = fetchFromGitHub {
     owner = "sagemath";
     repo = "sage";
     rev = version;
-    sha256 = "09cdw473x95baqbdyc87wmdldiwihds45hcijyqy3d24icm4ba8h";
+    sha256 = "1xga7brq2wql0d8klpn4wi1iciifnvkyz44vhkr6ihjv44qr169g";
   };
 
   # Patches needed because of particularities of nix or the way this is packaged.