From 84578046aad4168af3d7f738864c578c2cefba41 Mon Sep 17 00:00:00 2001 From: Timo Kaufmann Date: Tue, 3 Sep 2019 15:34:28 +0200 Subject: sage: 8.9.beta7 -> 8.9.beta8 --- pkgs/applications/science/math/sage/sage-src.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/science') diff --git a/pkgs/applications/science/math/sage/sage-src.nix b/pkgs/applications/science/math/sage/sage-src.nix index ce8cf026db8a..e4f38265c41c 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.beta7"; + version = "8.9.beta8"; pname = "sage-src"; src = fetchFromGitHub { owner = "sagemath"; repo = "sage"; rev = version; - sha256 = "1craag7kf8kl4s52y2ba52pci0amc0kz0gf67d8spxlawjx78dff"; + sha256 = "0aw19qx4z23vfqp5dyqsff5ng968ipjxsw1j45i9va3cpabm6j49"; }; # Patches needed because of particularities of nix or the way this is packaged. -- cgit 1.4.1