From cfe65a4c24a3f8c863bf2ac7df02ca4ce2fe6034 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Sun, 9 Aug 2026 12:32:50 +0300 Subject: [PATCH] pillow: bump to 12.3.0 Refresh sha256 from PyPI sdist. Signed-off-by: Alexandru Ardelean --- lang/python/pillow/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/pillow/Makefile b/lang/python/pillow/Makefile index ad86947233..e5c6e98f9d 100644 --- a/lang/python/pillow/Makefile +++ b/lang/python/pillow/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pillow -PKG_VERSION:=12.2.0 -PKG_RELEASE:=2 +PKG_VERSION:=12.3.0 +PKG_RELEASE:=1 PYPI_NAME:=Pillow PYPI_SOURCE_NAME:=pillow -PKG_HASH:=a830b1a40919539d07806aa58e1b114df53ddd43213d9c8b75847eee6c0182b5 +PKG_HASH:=3b8182a766685eaa002637e28b4ec8d6b18819a0c71f579bf0dbaa5830297cce PKG_BUILD_DEPENDS:=python-setuptools/host