From ca2171c00584bdf7448b2a754ba5b5a4431de0f2 Mon Sep 17 00:00:00 2001 From: Quintin Hill Date: Mon, 11 Dec 2023 23:19:59 +0000 Subject: [PATCH] python3-dbus-fast: bump version to 2.20.0 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 0e3619c59c..3cf3e23d6c 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.94.1 +PKG_VERSION:=2.20.0 PKG_RELEASE:=1 PYPI_NAME:=dbus-fast PYPI_SOURCE_NAME:=dbus_fast -PKG_HASH:=9514e4abf586c656fb70cf9dab323a019131a032765997972045059717b7537c +PKG_HASH:=a38e837c5a8d0a1745ec8390f68ff57986ed2167b0aa2e4a79738a51dd6dfcc3 PKG_MAINTAINER:=Quintin Hill PKG_LICENSE:=MIT