about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2018-10-13 13:27:10 +0200
committerTimo Kaufmann <timokau@zoho.com>2018-10-13 13:27:10 +0200
commitf89df0b556a373415e8b1126ffae672dcdbd3567 (patch)
tree02d059618974acd1f54581402b6f6187b49b2f78 /pkgs/applications/science
parent27919e06f14211beb6737853edbcb2ae72d152a1 (diff)
downloadnixlib-f89df0b556a373415e8b1126ffae672dcdbd3567.tar
nixlib-f89df0b556a373415e8b1126ffae672dcdbd3567.tar.gz
nixlib-f89df0b556a373415e8b1126ffae672dcdbd3567.tar.bz2
nixlib-f89df0b556a373415e8b1126ffae672dcdbd3567.tar.lz
nixlib-f89df0b556a373415e8b1126ffae672dcdbd3567.tar.xz
nixlib-f89df0b556a373415e8b1126ffae672dcdbd3567.tar.zst
nixlib-f89df0b556a373415e8b1126ffae672dcdbd3567.zip
sage: 8.4.rc0 -> 8.4.rc1
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 f1b7e5767aca..e5311a436a07 100644
--- a/pkgs/applications/science/math/sage/sage-src.nix
+++ b/pkgs/applications/science/math/sage/sage-src.nix
@@ -3,14 +3,14 @@
 , fetchpatch
 }:
 stdenv.mkDerivation rec {
-  version = "8.4.rc0";
+  version = "8.4.rc1";
   name = "sage-src-${version}";
 
   src = fetchFromGitHub {
     owner = "sagemath";
     repo = "sage";
     rev = version;
-    sha256 = "01115m0zvr6l33334bwpw7dcc2rdrpyx4mjfxqacfk5sii1zlkmm";
+    sha256 = "00sbz1bnqncjahs7pk82pqakr0bybin27i7ajhhvyx4a7k523635";
   };
 
   nixPatches = [