From 4105ce9294a9dd66c9ff60315948917b5cc71a5d Mon Sep 17 00:00:00 2001 From: Quintin Hill Date: Fri, 9 Jun 2023 23:37:52 +0100 Subject: [PATCH] python-dbus-fast: update to 1.86.0 Signed-off-by: Quintin Hill --- lang/python/python-dbus-fast/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-dbus-fast/Makefile b/lang/python/python-dbus-fast/Makefile index 8579e13a4..ddcfdb046 100644 --- a/lang/python/python-dbus-fast/Makefile +++ b/lang/python/python-dbus-fast/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-dbus-fast -PKG_VERSION:=1.84.2 -PKG_RELEASE:=2 +PKG_VERSION:=1.86.0 +PKG_RELEASE:=1 PYPI_NAME:=dbus-fast PYPI_SOURCE_NAME:=dbus_fast -PKG_HASH:=62b00b85c5835bff1d7ab5b12d494e588d92612bedbd7ca86176861729b8e4bc +PKG_HASH:=ca376a360f1bc2c3d59e9edfb5e4de5be389cca37e8c92f4539176ddf755341e PKG_MAINTAINER:=Quintin Hill PKG_LICENSE:=MIT