From: Alexandru Ardelean Date: Fri, 3 Jun 2022 07:12:14 +0000 (+0300) Subject: openpyxl: bump to version 3.0.10 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5e1546c4c9cb930fb5b5aaf26ef82d6163087e15;p=openwrt-packages.git openpyxl: bump to version 3.0.10 Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/openpyxl/Makefile b/lang/python/openpyxl/Makefile index dcdbe3989..97883020c 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.9 +PKG_VERSION:=3.0.10 PKG_RELEASE:=$(AUTORELEASE) PKG_MAINTAINER:=Alexandru Ardelean @@ -16,7 +16,7 @@ PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENCE.rst PYPI_NAME:=openpyxl -PKG_HASH:=40f568b9829bf9e446acfffce30250ac1fa39035124d55fc024025c41481c90f +PKG_HASH:=e47805627aebcf860edb4edf7987b1309c1b3632f3750538ed962bbcc3bd7449 include ../pypi.mk include $(INCLUDE_DIR)/package.mk