From 71c04c46ee16db53d2d88fe28194c7823b59cfb1 Mon Sep 17 00:00:00 2001 From: Quintin Hill Date: Wed, 30 Aug 2023 22:58:12 +0100 Subject: [PATCH] python-ble2mqtt: update to 0.2.0 Signed-off-by: Quintin Hill --- lang/python/python-ble2mqtt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-ble2mqtt/Makefile b/lang/python/python-ble2mqtt/Makefile index 9ee591d606..65abc231c7 100644 --- a/lang/python/python-ble2mqtt/Makefile +++ b/lang/python/python-ble2mqtt/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-ble2mqtt -PKG_VERSION:=0.1.9 +PKG_VERSION:=0.2.0 PKG_RELEASE:=1 PYPI_NAME:=ble2mqtt -PKG_HASH:=4b7c9ea747d04687a7e57d47a7d847870e4d9f474967906e9e1e06b7bce5a5b9 +PKG_HASH:=cd45b5fb382a71d441470899e01be50482d26e2d86e3012e1f5a9ab633248383 PKG_MAINTAINER:=Quintin Hill PKG_LICENSE:=MIT