diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-04-15 19:22:06 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2023-04-15 19:22:06 +0800 |
commit | f59b088adb4f0825246bdefd87079e37c3929ff5 (patch) | |
tree | 0205e2196b6913129da649dcf66597e469133ad2 /lang/python/python-cython/Makefile | |
parent | bc1ac271e89053448beac0a50efba8c1156743e0 (diff) |
python-cython: Update to 0.29.34
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python-cython/Makefile')
-rw-r--r-- | lang/python/python-cython/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-cython/Makefile b/lang/python/python-cython/Makefile index 99ad7d939..276f420c8 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.33 +PKG_VERSION:=0.29.34 PKG_RELEASE:=1 PYPI_NAME:=Cython -PKG_HASH:=5040764c4a4d2ce964a395da24f0d1ae58144995dab92c6b96f44c3f4d72286a +PKG_HASH:=1909688f5d7b521a60c396d20bba9e47a1b2d2784bfb085401e1e1e7d29a29a8 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE.txt |