From ac1c95d1894430c7e78fb5f57c08ee9b7e5617ef Mon Sep 17 00:00:00 2001 From: Quintin Hill Date: Wed, 30 Aug 2023 22:57:35 +0100 Subject: [PATCH] python-dbus-fast: update to 1.94.1 Signed-off-by: Quintin Hill --- lang/python/python-dbus-fast/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-dbus-fast/Makefile b/lang/python/python-dbus-fast/Makefile index 055e9ef21..0e3619c59 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.93.0 +PKG_VERSION:=1.94.1 PKG_RELEASE:=1 PYPI_NAME:=dbus-fast PYPI_SOURCE_NAME:=dbus_fast -PKG_HASH:=4a86346d2fd26b589cf8f98a5467ecb363fce3b8b0d9cef3b5127c9408129428 +PKG_HASH:=9514e4abf586c656fb70cf9dab323a019131a032765997972045059717b7537c PKG_MAINTAINER:=Quintin Hill PKG_LICENSE:=MIT