diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2024-04-18 19:38:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-18 19:38:19 +0200 |
commit | 4e20600abfbfb86008143bf26cbdf1495e0c5800 (patch) | |
tree | 28bbe0f73606bce247b4a4129a67e8bfbc5f2111 /lang | |
parent | eb35a3be13d98f306454657b0326822cf3029b29 (diff) | |
parent | e3ed196f2022b1699e2f3e2f6d7544a35d4bd491 (diff) |
Merge pull request #23953 from commodo/cython-update1
python-cython: bump to version 3.0.10
Diffstat (limited to 'lang')
-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 6a17e6dbe..76b22f0ad 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:=3.0.7 +PKG_VERSION:=3.0.10 PKG_RELEASE:=1 PYPI_NAME:=Cython -PKG_HASH:=fb299acf3a578573c190c858d49e0cf9d75f4bc49c3f24c5a63804997ef09213 +PKG_HASH:=dcc96739331fb854dcf503f94607576cfe8488066c61ca50dfd55836f132de99 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE.txt |