From 218fd843a34c173fdbc11bcce99349702c6e108f Mon Sep 17 00:00:00 2001 From: Timo Kaufmann Date: Fri, 14 Jun 2019 16:10:21 +0200 Subject: [PATCH] sage: 8.8.rc0 -> 8.8.rc1 --- pkgs/applications/science/math/sage/sage-src.nix | 4 ++-- 1 file 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 1cee1d295ea..25733cec2c1 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.rc0"; + version = "8.8.rc1"; pname = "sage-src"; src = fetchFromGitHub { owner = "sagemath"; repo = "sage"; rev = version; - sha256 = "1y1d71z5a9shhfjf9kqp4ji80mb6jxsz447hs025y444g1qjhbv8"; + sha256 = "09cdw473x95baqbdyc87wmdldiwihds45hcijyqy3d24icm4ba8h"; }; # Patches needed because of particularities of nix or the way this is packaged.