Browse Source

openpyxl: bump to version 3.0.4

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 4 years ago
parent
commit
84a546f7fa
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      lang/python/openpyxl/Makefile

+ 3
- 3
lang/python/openpyxl/Makefile View File

@ -8,15 +8,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-openpyxl
PKG_VERSION:=3.0.3
PKG_RELEASE:=2
PKG_VERSION:=3.0.4
PKG_RELEASE:=1
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENCE.rst
PYPI_NAME:=openpyxl
PKG_HASH:=547a9fc6aafcf44abe358b89ed4438d077e9d92e4f182c87e2dc294186dc4b64
PKG_HASH:=d88dd1480668019684c66cfff3e52a5de4ed41e9df5dd52e008cbf27af0dbf87
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk


Loading…
Cancel
Save