From 96c4a3f0c705954b43f7bf1b59580ec5ced172da Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Thu, 13 Jul 2023 16:37:05 +0800 Subject: [PATCH] python-cython: Update to 0.29.36 Signed-off-by: Jeffery To --- lang/python/python-cython/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-cython/Makefile b/lang/python/python-cython/Makefile index 2c5707557f..efaaa2d385 100644 --- a/lang/python/python-cython/Makefile +++ b/lang/python/python-cython/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-cython -PKG_VERSION:=0.29.35 +PKG_VERSION:=0.29.36 PKG_RELEASE:=1 PYPI_NAME:=Cython -PKG_HASH:=6e381fa0bf08b3c26ec2f616b19ae852c06f5750f4290118bf986b6f85c8c527 +PKG_HASH:=41c0cfd2d754e383c9eeb95effc9aa4ab847d0c9747077ddd7c0dcb68c3bc01f PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE.txt -- 2.30.2