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

Bump python-json-database

This commit is contained in:
j1nx
2021-08-27 18:08:10 +02:00
parent 6f2d9ff58f
commit f8594434e6
2 changed files with 4 additions and 5 deletions

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_JSON_DATABASE_VERSION = 0.5.2
PYTHON_JSON_DATABASE_VERSION = 0.5.6
PYTHON_JSON_DATABASE_SOURCE = json_database-$(PYTHON_JSON_DATABASE_VERSION).tar.gz
PYTHON_JSON_DATABASE_SITE = https://files.pythonhosted.org/packages/e1/f0/3a50ed9deed6b55697e30d874605900a5694e8653b9d9747597b1a670dee
PYTHON_JSON_DATABASE_SITE = https://files.pythonhosted.org/packages/b1/2b/545bb5cafe2cd3876475669c12f31bb1076b609177f16d6efaeb214d038c
PYTHON_JSON_DATABASE_SETUP_TYPE = setuptools
$(eval $(python-package))