lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

asymptote: 3.02 -> 3.03

R. Ryantm 0c2a087c ce4ce6f8

+2 -2
+2 -2
pkgs/tools/graphics/asymptote/default.nix
··· 35 35 }: 36 36 37 37 stdenv.mkDerivation (finalAttrs: { 38 - version = "3.02"; 38 + version = "3.03"; 39 39 pname = "asymptote"; 40 40 41 41 outputs = [ ··· 48 48 49 49 src = fetchurl { 50 50 url = "mirror://sourceforge/asymptote/${finalAttrs.version}/asymptote-${finalAttrs.version}.src.tgz"; 51 - hash = "sha256-Z5bec53elWwwxon7DPOSenEUe0lho32IOTPgJxM/xwo="; 51 + hash = "sha256-PIpOaYi1M9PVhlCqnL1VZvn3hqmrDl/QoDcPOHUOT70="; 52 52 }; 53 53 54 54 # override with TeX Live containers to avoid building sty, docs from source