From d84b66ef661e72d16420c0cec4c385a6c5a2b116 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 25 Aug 2020 08:54:10 +0300 Subject: [PATCH] openpyxl: bump to version 3.0.5 Signed-off-by: Alexandru Ardelean --- lang/python/openpyxl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/openpyxl/Makefile b/lang/python/openpyxl/Makefile index b9df00d2c..9b30d0e2a 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.4 +PKG_VERSION:=3.0.5 PKG_RELEASE:=1 PKG_MAINTAINER:=Alexandru Ardelean @@ -16,7 +16,7 @@ PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENCE.rst PYPI_NAME:=openpyxl -PKG_HASH:=d88dd1480668019684c66cfff3e52a5de4ed41e9df5dd52e008cbf27af0dbf87 +PKG_HASH:=18e11f9a650128a12580a58e3daba14e00a11d9e907c554a17ea016bf1a2c71b include ../pypi.mk include $(INCLUDE_DIR)/package.mk