diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-05-23 12:28:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-23 12:28:26 -0700 |
commit | 1421a3bf265e45cea7c26dcaf3be148ea02db5f0 (patch) | |
tree | 8905aad18c8cabec0dbe68d35c0c71782b532a5e | |
parent | 61630c6aee56acf688c48c00f5a6711a59e79616 (diff) | |
download | Nim-1421a3bf265e45cea7c26dcaf3be148ea02db5f0.tar.gz |
pkg/pixie: use latest (#18069)
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index b84155eee..975dd63ad 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -118,7 +118,7 @@ pkg "optionsutils" pkg "ormin", "nim c -o:orminn ormin.nim" pkg "parsetoml" pkg "patty" -pkg "pixie", useHead = false +pkg "pixie" pkg "plotly", "nim c examples/all.nim" pkg "pnm" pkg "polypbren" |