From d922751d983f67f757c0465c798f1712063a3363 Mon Sep 17 00:00:00 2001 From: Miran Date: Fri, 19 Feb 2021 20:33:01 +0100 Subject: [PATCH] [backport:1.2] update nimble commit hash (#17109) (cherry picked from commit da52e81327594ac65c80ddc8d2c7cb152f4b1b24) --- koch.nim | 2 +- testament/important_packages.nim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koch.nim b/koch.nim index 6cbbe928a0..f09a4443f9 100644 --- a/koch.nim +++ b/koch.nim @@ -10,7 +10,7 @@ # const - NimbleStableCommit = "324de9202fb3db82b266e7350731d1ec41013a2b" # master + NimbleStableCommit = "d13f3b8ce288b4dc8c34c219a4e050aaeaf43fc9" # master when not defined(windows): const diff --git a/testament/important_packages.nim b/testament/important_packages.nim index ee8007dedd..b09bb1147f 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -16,7 +16,7 @@ pkg "bncurve", true pkg "c2nim", false, "nim c testsuite/tester.nim" pkg "cascade" pkg "chroma" -# pkg "chronicles", true, "nim c -o:chr -r chronicles.nim" +pkg "chronicles", true, "nim c -o:chr -r chronicles.nim" # disable until my chronos fix was merged #pkg "chronos", true pkg "cligen", false, "nim c -o:cligenn -r cligen.nim"