From: Alexandru Ardelean Date: Mon, 27 Sep 2021 19:09:16 +0000 (+0300) Subject: openpyxl: bump to version 3.0.9 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c9c6287c975a079edfecb5385544ec4c9db20bed;p=feed%2Fpackages.git openpyxl: bump to version 3.0.9 Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/openpyxl/Makefile b/lang/python/openpyxl/Makefile index 22b6550538..dcdbe3989e 100644 --- a/lang/python/openpyxl/Makefile +++ b/lang/python/openpyxl/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-openpyxl -PKG_VERSION:=3.0.8 +PKG_VERSION:=3.0.9 PKG_RELEASE:=$(AUTORELEASE) PKG_MAINTAINER:=Alexandru Ardelean @@ -16,7 +16,7 @@ PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENCE.rst PYPI_NAME:=openpyxl -PKG_HASH:=4f2770348c029ce9433316ced8f91ed37d2a605e654f8bfdc93a3524561a8ce2 +PKG_HASH:=40f568b9829bf9e446acfffce30250ac1fa39035124d55fc024025c41481c90f include ../pypi.mk include $(INCLUDE_DIR)/package.mk