package/micropython: Bump version to 1.18

LICENSE hash is update due to change in copyright year.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Chris Packham 2022-02-15 10:19:27 +13:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 9dc5f4a4d9
commit 4104e099fd
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#locally computed
sha256 c21dbf8144237b3dbe3847c9ad5264cd0f3104eb078c810b3986004cce8fcd70 micropython-1.17.tar.gz
sha256 59b1f0947a87c90d0d29dbe2c8deb3d1f8263bbbd2fb5ebcc79a649cff6dfcba LICENSE
sha256 d804a422872c6fe283c6e4fd392698472035b34b5a683ac26adbd5c7582267f9 micropython-1.18.tar.gz
sha256 0f678c2abd7fe2cfca36693630506bbcbdfc219bd04bf4a02fe3b094ae4c666f LICENSE

View File

@ -4,7 +4,7 @@
#
################################################################################
MICROPYTHON_VERSION = 1.17
MICROPYTHON_VERSION = 1.18
MICROPYTHON_SITE = $(call github,micropython,micropython,v$(MICROPYTHON_VERSION))
# Micropython has a lot of code copied from other projects, and also a number
# of submodules for various libs. However, we don't even clone the submodules,