package/micropython: Bump version to 1.19

https://github.com/micropython/micropython/releases/tag/v1.19

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Chris Packham 2022-06-21 21:04:53 +12:00 committed by Peter Korsgaard
parent 2546a31cce
commit bbf50195d7
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#locally computed
sha256 d804a422872c6fe283c6e4fd392698472035b34b5a683ac26adbd5c7582267f9 micropython-1.18.tar.gz
sha256 128b6fb13b518b4d3e75b4f0c04f175dc336c762d8c6360f647e91dc4d25e5d0 micropython-1.19.tar.gz
sha256 0f678c2abd7fe2cfca36693630506bbcbdfc219bd04bf4a02fe3b094ae4c666f LICENSE

View File

@ -4,7 +4,7 @@
#
################################################################################
MICROPYTHON_VERSION = 1.18
MICROPYTHON_VERSION = 1.19
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,