From a22884ae77c2a8abc80d06b7861fc8df67060758 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 20 Oct 2018 14:46:48 -0700 Subject: [PATCH] openpyxl: Update to 2.5.9 Signed-off-by: Rosen Penev --- 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 7ac581c2f..4d9479348 100644 --- a/lang/python/openpyxl/Makefile +++ b/lang/python/openpyxl/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openpyxl -PKG_VERSION:=2.5.7 +PKG_VERSION:=2.5.9 PKG_RELEASE:=1 PKG_LICENSE:=MIT PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/o/openpyxl -PKG_HASH:=d3da4d6a78077d6f9fb1a1ec12d4aa500f7caa4661b8528538503b24ed72d632 +PKG_HASH:=022c0f3fa1e873cc0ba20651c54dd5e6276fc4ff150b4060723add4fc448645e include $(INCLUDE_DIR)/package.mk include ../python-package.mk