summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--koch.nim2
-rw-r--r--testament/important_packages.nim6
2 files changed, 4 insertions, 4 deletions
diff --git a/koch.nim b/koch.nim
index 0cfe318cd..7e2682599 100644
--- a/koch.nim
+++ b/koch.nim
@@ -10,7 +10,7 @@
 #
 
 const
-  NimbleStableCommit = "324de9202fb3db82b266e7350731d1ec41013a2b" # master
+  NimbleStableCommit = "d13f3b8ce288b4dc8c34c219a4e050aaeaf43fc9" # master
   # examples of possible values: #head, #ea82b54, 1.2.3
   FusionStableHash = "#372ee4313827ef9f2ea388840f7d6b46c2b1b014"
   HeadHash = "#head"
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index 3a51a298b..b5fd26776 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -24,9 +24,9 @@ pkg1 "c2nim", "nim c testsuite/tester.nim"
 pkg1 "cascade"
 pkg1 "cello"
 pkg1 "chroma"
-# pkg1 "chronicles", "nim c -o:chr -r chronicles.nim"
-# when not defined(osx): # testdatagram.nim(560, 54): Check failed
-#   pkg1 "chronos", "nim c -r -d:release tests/testall"
+pkg1 "chronicles", "nim c -o:chr -r chronicles.nim"
+when not defined(osx): # testdatagram.nim(560, 54): Check failed
+  pkg1 "chronos", "nim c -r -d:release tests/testall"
 pkg1 "cligen", "nim c --path:. -r cligen.nim"
 pkg1 "combparser", "nimble test --gc:orc"
 pkg1 "compactdict"