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-09-25 10:19:04 +0200
committerTimo Kaufmann <timokau@zoho.com>2019-09-25 10:19:04 +0200
commit78741fc40986746bed0f16d13a3f4a9e5738d35d (patch)
treec5f9ebe8c9d6036c051362d16ac71afa3e930c8a /pkgs/applications/science/math/sage
parent1797c9c295a1ffe53866fdfc379afdb37efef09e (diff)
downloadnixlib-78741fc40986746bed0f16d13a3f4a9e5738d35d.tar
nixlib-78741fc40986746bed0f16d13a3f4a9e5738d35d.tar.gz
nixlib-78741fc40986746bed0f16d13a3f4a9e5738d35d.tar.bz2
nixlib-78741fc40986746bed0f16d13a3f4a9e5738d35d.tar.lz
nixlib-78741fc40986746bed0f16d13a3f4a9e5738d35d.tar.xz
nixlib-78741fc40986746bed0f16d13a3f4a9e5738d35d.tar.zst
nixlib-78741fc40986746bed0f16d13a3f4a9e5738d35d.zip
sage: 8.9.rc0 -> 8.9.rc1
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 cf333b315311..03c1e07439fe 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.9.rc0";
+  version = "8.9.rc1";
   pname = "sage-src";
 
   src = fetchFromGitHub {
     owner = "sagemath";
     repo = "sage";
     rev = version;
-    sha256 = "112lgdnl11azhpvr8xsrw848l7axijfklcnx19byb0f0vkqd1n3j";
+    sha256 = "04ryxwgdrm2gwbwrcv7akm97933hlpvglywydy6q6gpy0dvshdah";
   };
 
   # Patches needed because of particularities of nix or the way this is packaged.