about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2019-09-30 11:10:10 +0200
committerTimo Kaufmann <timokau@zoho.com>2019-09-30 11:10:10 +0200
commitd9176bee708b1b4d9d60b4a4b00d35245c9a23db (patch)
treeb1902a2902eec42b18847017bc920a9ba222df46 /pkgs/applications/science
parent78741fc40986746bed0f16d13a3f4a9e5738d35d (diff)
downloadnixlib-d9176bee708b1b4d9d60b4a4b00d35245c9a23db.tar
nixlib-d9176bee708b1b4d9d60b4a4b00d35245c9a23db.tar.gz
nixlib-d9176bee708b1b4d9d60b4a4b00d35245c9a23db.tar.bz2
nixlib-d9176bee708b1b4d9d60b4a4b00d35245c9a23db.tar.lz
nixlib-d9176bee708b1b4d9d60b4a4b00d35245c9a23db.tar.xz
nixlib-d9176bee708b1b4d9d60b4a4b00d35245c9a23db.tar.zst
nixlib-d9176bee708b1b4d9d60b4a4b00d35245c9a23db.zip
sage: 8.9.rc1 -> 8.9
Diffstat (limited to 'pkgs/applications/science')
-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 03c1e07439fe..5a0f4b97c515 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.rc1";
+  version = "8.9";
   pname = "sage-src";
 
   src = fetchFromGitHub {
     owner = "sagemath";
     repo = "sage";
     rev = version;
-    sha256 = "04ryxwgdrm2gwbwrcv7akm97933hlpvglywydy6q6gpy0dvshdah";
+    sha256 = "1bwga58x3s8z42w5h51c232f91ndsc1861dlb1glhax3pn0rhn3a";
   };
 
   # Patches needed because of particularities of nix or the way this is packaged.