From 2cf42672386adfb7cbf7f07128cade6eb4ff4cee Mon Sep 17 00:00:00 2001 From: Andy Syam Date: Fri, 22 Dec 2023 22:08:30 +0800 Subject: [PATCH] python-cython: update to version 3.0.7 Signed-off-by: Andy Syam --- 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 efaaa2d385..6a17e6dbe4 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.36 +PKG_VERSION:=3.0.7 PKG_RELEASE:=1 PYPI_NAME:=Cython -PKG_HASH:=41c0cfd2d754e383c9eeb95effc9aa4ab847d0c9747077ddd7c0dcb68c3bc01f +PKG_HASH:=fb299acf3a578573c190c858d49e0cf9d75f4bc49c3f24c5a63804997ef09213 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE.txt -- 2.30.2