diff options
author | Quintin Hill <stuff@quintin.me.uk> | 2023-12-11 23:19:59 +0000 |
---|---|---|
committer | Quintin Hill <stuff@quintin.me.uk> | 2023-12-11 23:25:10 +0000 |
commit | ca2171c00584bdf7448b2a754ba5b5a4431de0f2 (patch) | |
tree | ea5454c17b57a85a228b459ea776c8052e889d95 /lang/python/python-dbus-fast | |
parent | c399f7b94a9ddf98100542157b25df1d5cfe533b (diff) |
python3-dbus-fast: bump version to 2.20.0
Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
Diffstat (limited to 'lang/python/python-dbus-fast')
-rw-r--r-- | lang/python/python-dbus-fast/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-dbus-fast/Makefile b/lang/python/python-dbus-fast/Makefile index 0e3619c59..3cf3e23d6 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 <stuff@quintin.me.uk> PKG_LICENSE:=MIT |