Skip to content

Commit c9755a4

Browse files
committed
hotfix for itertools
1 parent 6acb7c8 commit c9755a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testament/important_packages.nim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ pkg "gnuplot"
4242
pkg "hts", "nim c -o:htss src/hts.nim"
4343
pkg "illwill", "nimble examples"
4444
pkg "inim"
45-
pkg "itertools", "nim doc src/itertools.nim"
45+
pkg "itertools", "git checkout pr_fix_for_new_hashes2 && nim doc src/itertools.nim".toCommand, url = "https://github.com/timotheecour/itertools"
46+
# pkg "itertools", "nim doc src/itertools.nim"
4647
pkg "iterutils"
4748
pkg "jstin"
4849
pkg "karax", "nim c -r tests/tester.nim"

0 commit comments

Comments
 (0)