Sfoglia il codice sorgente

Merge pull request #1551 from roger-/micropython

micropython: update to fix build issue
Ted Hess 9 anni fa
parent
commit
7d6343a37e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      lang/micropython/Makefile

+ 1
- 1
lang/micropython/Makefile Vedi File

@@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=LICENSE
17 17
 
18 18
 PKG_SOURCE_PROTO:=git
19 19
 PKG_SOURCE_URL:=https://github.com/micropython/micropython.git
20
-PKG_SOURCE_VERSION:=035deae1c6fb02f6754a21486966f76c02b64c98
20
+PKG_SOURCE_VERSION:=9220dc466a8d098ed669a33a617edd1118a3e35d
21 21
 
22 22
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
23 23
 PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz