1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Bump python-pymeeus

This commit is contained in:
j1nx
2022-10-28 19:52:08 +02:00
parent d2a4344203
commit 86831c6106
2 changed files with 5 additions and 5 deletions

View File

@ -4,11 +4,11 @@
#
################################################################################
PYTHON_PYMEEUS_VERSION = 0.3.7
PYTHON_PYMEEUS_VERSION = 0.5.11
PYTHON_PYMEEUS_SOURCE = PyMeeus-$(PYTHON_PYMEEUS_VERSION).tar.gz
PYTHON_PYMEEUS_SITE = https://files.pythonhosted.org/packages/2c/30/47957d487fff94083bdd17247734c165f12b5ac39a3abd1aa476a93eea6e
PYTHON_PYMEEUS_SITE = https://files.pythonhosted.org/packages/c7/ff/0f0a0becf088281c6bc6c75b7d7c03a2481d486ef6cc7c8899bbcab0a88d
PYTHON_PYMEEUS_SETUP_TYPE = setuptools
PYTHON_PYMEEUS_LICENSE = GPL-3.0
PYTHON_PYMEEUS_LICENSE = GNU Lesser General Public License v3 (LGPLv3)
PYTHON_PYMEEUS_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))