From e45a0ecf5e01fc6cd05b82b491b9683f2734986e Mon Sep 17 00:00:00 2001 From: Luke Street Date: Sun, 23 Jun 2024 22:31:59 -0600 Subject: [PATCH] Downgrade wibo to 0.6.11 --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 679cdfa..83935a8 100755 --- a/configure.py +++ b/configure.py @@ -136,7 +136,7 @@ config.binutils_tag = "2.42-1" config.compilers_tag = "20231018" config.dtk_tag = "v0.9.0" config.sjiswrap_tag = "v1.1.1" -config.wibo_tag = "0.6.14" +config.wibo_tag = "0.6.11" # Project config.config_path = Path("config") / config.version / "config.yml"