From: Tianling Shen Date: Sun, 19 Mar 2023 06:16:08 +0000 (+0800) Subject: maturin: Update to 0.14.15 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=094a1b4d14de42a382ed06a5aa306329e9fd7612;p=feed%2Fpackages.git maturin: Update to 0.14.15 Fixed a build error: > unresolved import `time::macros` Signed-off-by: Tianling Shen --- diff --git a/lang/maturin/Makefile b/lang/maturin/Makefile index 627c1113cb..e1c7ca50f2 100644 --- a/lang/maturin/Makefile +++ b/lang/maturin/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=maturin -PKG_VERSION:=0.14.10 -PKG_RELEASE:=2 +PKG_VERSION:=0.14.15 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/PyO3/maturin/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=8fc9bcdcb7f1535d5e3e8bb500c348ca1bff5a6dce87b0ab7dbc5a49723da28a +PKG_HASH:=60cbf8ff73a36333c3f5483ca679a52169839db381f06683d8e61a6c00c28cf7 PKG_MAINTAINER:=Luca Barbato PKG_LICENSE:=Apache-2.0 MIT