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

Bump mycroft-core/gui and dependencies.

This commit is contained in:
j1nx
2020-12-22 19:10:57 +01:00
parent 0c905fcc0d
commit 3b44964732
10 changed files with 13 additions and 13 deletions

View File

@ -1,3 +1,3 @@
# md5, sha256 from https://pypi.org/pypi/adapt-parser/json
md5 f415b363a15c3077a9624280a5bc2d37 adapt-parser-0.3.0.tar.gz
sha256 588cd746a52408a1ac8d0a78582babd13a365de09248bcf6699808bf0a4e4594 adapt-parser-0.3.6.tar.gz
sha256 ec04e7f40c3b16f34b797fb8d4ab8e27248f4e4a0b1ecfbb20a013c77ce33341 adapt-parser-0.3.7.tar.gz

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_ADAPT_PARSER_VERSION = 0.3.6
PYTHON_ADAPT_PARSER_VERSION = 0.3.7
PYTHON_ADAPT_PARSER_SOURCE = adapt-parser-$(PYTHON_ADAPT_PARSER_VERSION).tar.gz
PYTHON_ADAPT_PARSER_SITE = https://files.pythonhosted.org/packages/a9/dc/07eb7578b7c17ae9a3e2309a826f897211786881c705fb6c9f3fd3d03234
PYTHON_ADAPT_PARSER_SITE = https://files.pythonhosted.org/packages/9e/db/62eeafa9ad1c0c20d6dd27de9e684c21d90a58f574e55720dc6aae6764ba
PYTHON_ADAPT_PARSER_SETUP_TYPE = setuptools
$(eval $(python-package))