micropython-lib: update 2009/head
authorRoger <roger-@users.noreply.github.com>
Sun, 22 Nov 2015 21:42:19 +0000 (15:42 -0600)
committerRoger <roger-@users.noreply.github.com>
Sun, 22 Nov 2015 21:42:19 +0000 (15:42 -0600)
Signed-off-by: Roger D <rogerdammit@gmail.com>
lang/micropython-lib/Makefile

index b8af737fcaa0965efad35706c3d101f67d10f7db..6c99f3f3ef5ffedc00f98407b3fb5f5868a61051 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=micropython-lib
-PKG_VERSION=0.5-20150827-$(PKG_SOURCE_VERSION)
+PKG_VERSION=0.5-20151122-$(PKG_SOURCE_VERSION)
 PKG_RELEASE:=1
 
 PKG_MAINTAINER:=Roger D <rogerdammit@gmail.com>
@@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=LICENSE
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/micropython/micropython-lib.git
-PKG_SOURCE_VERSION:=bfbbf85a181d84e2494ea6f15be311734666bf67
+PKG_SOURCE_VERSION:=9643541e6e89b96cb9785a618b19865f8c0f7215
 
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION)
 PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz