graphs: 20161026 -> 20210214
This commit is contained in:
parent
cd215e793a
commit
4d56f7c18a
@ -4,11 +4,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "graphs";
|
||||
version = "20161026";
|
||||
version = "20210214";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sageupstream/${pname}/${pname}-${version}.tar.bz2";
|
||||
sha256 = "0a2b5lly9nifphvknz88rrhfbbc8vqnlqcv19zdpfq8h8nnyjbb2";
|
||||
url = "https://mirrors.mit.edu/sage/spkg/upstream/${pname}/${pname}-${version}.tar.bz2";
|
||||
# TODO: switch to the url below once Sage 9.3 is released
|
||||
# url = "mirror://sageupstream/${pname}/${pname}-${version}.tar.bz2";
|
||||
sha256 = "sha256-ByN8DZhTYRUFw4n9e7klAMh0P1YxurtND0Xf2DMvN0E=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user