asymptote: 2.90 -> 2.92
This commit is contained in:
parent
c2bdda7b60
commit
cb76eb3755
@ -10,14 +10,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
version = "2.90";
|
version = "2.92";
|
||||||
pname = "asymptote";
|
pname = "asymptote";
|
||||||
|
|
||||||
outputs = [ "out" "man" "info" "doc" "tex" ];
|
outputs = [ "out" "man" "info" "doc" "tex" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/asymptote/${finalAttrs.version}/asymptote-${finalAttrs.version}.src.tgz";
|
url = "mirror://sourceforge/asymptote/${finalAttrs.version}/asymptote-${finalAttrs.version}.src.tgz";
|
||||||
hash = "sha256-jGlW+4CL9EqPJJcpW0+muumMQYkrQPPuj8dYqSRwc0A=";
|
hash = "sha256-nZtcb6fg+848HlT+sl4tUdKMT+d5jyTHbNyugpGo6mY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# override with TeX Live containers to avoid building sty, docs from source
|
# override with TeX Live containers to avoid building sty, docs from source
|
||||||
|
Loading…
Reference in New Issue
Block a user