sage: 8.5.beta2 -> 8.5.beta3

This commit is contained in:
Timo Kaufmann 2018-11-25 10:41:36 +01:00
parent 3370247f7f
commit 2a87caa892

View file

@ -9,14 +9,14 @@
# all get the same sources with the same patches applied.
stdenv.mkDerivation rec {
version = "8.5.beta2";
version = "8.5.beta3";
name = "sage-src-${version}";
src = fetchFromGitHub {
owner = "sagemath";
repo = "sage";
rev = version;
sha256 = "0m57lnaflymzdql3njaazbv178nyn4vc94az9dg6lc5ybrkvw808";
sha256 = "1nhhx576188q87ma7yygp1mgqs2mcjk89cy4dqibzbv0vmhasz3c";
};
# Patches needed because of particularities of nix or the way this is packaged.