From c82697da69c102a33c9b2abef0345b72aff744f3 Mon Sep 17 00:00:00 2001 From: Quintin Hill Date: Mon, 11 Dec 2023 23:20:53 +0000 Subject: [PATCH] python3-ble2mqtt: bump version to 0.2.1 Signed-off-by: Quintin Hill (cherry picked from commit 0937af539d2d13f5c2bc94701972e4067b24380f) --- 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 65abc231c7..fa14c281c5 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.2.0 +PKG_VERSION:=0.2.1 PKG_RELEASE:=1 PYPI_NAME:=ble2mqtt -PKG_HASH:=cd45b5fb382a71d441470899e01be50482d26e2d86e3012e1f5a9ab633248383 +PKG_HASH:=b02a2cb61ae7a2ba6e4d9d5c2bd95bba80cd6ee8b7d8704a6a55ee56d5ecb196 PKG_MAINTAINER:=Quintin Hill PKG_LICENSE:=MIT -- 2.30.2