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

Bump json-database

This commit is contained in:
j1nx
2022-03-12 08:57:45 +01:00
parent 2d0c74c05f
commit ecda0ea39d
2 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_JSON_DATABASE_VERSION = 0.5.6
PYTHON_JSON_DATABASE_VERSION = 0.7.0
PYTHON_JSON_DATABASE_SOURCE = json_database-$(PYTHON_JSON_DATABASE_VERSION).tar.gz
PYTHON_JSON_DATABASE_SITE = https://files.pythonhosted.org/packages/b1/2b/545bb5cafe2cd3876475669c12f31bb1076b609177f16d6efaeb214d038c
PYTHON_JSON_DATABASE_SITE = https://files.pythonhosted.org/packages/ef/dc/6d6a6e4d4ab02dcd08a83344818c943799eb68b79619ff862e54c64a2c56
PYTHON_JSON_DATABASE_SETUP_TYPE = setuptools
$(eval $(python-package))