diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2022-04-15 09:51:43 +0300 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2022-04-19 07:38:45 +0200 |
commit | 2c2a8990bb20949c24976caf6aa4ea5c23b0304b (patch) | |
tree | 935612dc7e637639f5b29f56fdca3e6538dbdf4e /lang | |
parent | c4081ee26fa9b4ea04d2fe1b95fb837568a3056e (diff) |
pillow: bump to version 9.1.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/pillow/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/pillow/Makefile b/lang/python/pillow/Makefile index bc6b64173..f9c3738c0 100644 --- a/lang/python/pillow/Makefile +++ b/lang/python/pillow/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pillow -PKG_VERSION:=9.0.1 +PKG_VERSION:=9.1.0 PKG_RELEASE:=$(AUTORELEASE) PYPI_NAME:=Pillow -PKG_HASH:=6c8bc8238a7dfdaf7a75f5ec5a663f4173f8c367e5a39f87e720495e1eed75fa +PKG_HASH:=f401ed2bbb155e1ade150ccc63db1a4f6c1909d3d378f7d1235a44e90d75fb97 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> PKG_LICENSE:=HPND |