From 11fa839abb6240c8ca27adf18ca31c80fd4fde52 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Tue, 30 Jun 2020 17:32:42 +0200 Subject: [PATCH] kconfiglib: bump to v14.1.0 The latest upstream version uses Python3 instead of Python2. --- dist/tools/kconfiglib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/tools/kconfiglib/Makefile b/dist/tools/kconfiglib/Makefile index 8a82585328..27300173b9 100644 --- a/dist/tools/kconfiglib/Makefile +++ b/dist/tools/kconfiglib/Makefile @@ -1,6 +1,6 @@ PKG_NAME=kconfiglib PKG_URL=https://github.com/ulfalizer/Kconfiglib -PKG_VERSION=82f59179b1b35fcd8b6d188453b283599ea70518 +PKG_VERSION=061e71f7d78cb057762d88de088055361863deff PKG_LICENSE=ISC include $(RIOTBASE)/pkg/pkg.mk