diff options
author | Andy Syam <privasisource@gmail.com> | 2023-12-21 17:14:06 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-01-02 15:18:36 -0800 |
commit | 81a5b89c96bab4e312c5e54debede14aaee22ba1 (patch) | |
tree | a670896ffa361c2991c8cb9d83ec6b5d094bc51b /lang | |
parent | 8fe6a950a05da1b99dc250ff3898a86cb97adf9c (diff) |
python-dbus-fast: update version 2.21.0
Signed-off-by: Andy Syam <privasisource@gmail.com>
Diffstat (limited to 'lang')
-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 3cf3e23d6..89a352b15 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:=2.20.0 +PKG_VERSION:=2.21.0 PKG_RELEASE:=1 PYPI_NAME:=dbus-fast PYPI_SOURCE_NAME:=dbus_fast -PKG_HASH:=a38e837c5a8d0a1745ec8390f68ff57986ed2167b0aa2e4a79738a51dd6dfcc3 +PKG_HASH:=f582f6f16791ced6067dab325fae444edf7ce0704315b90c2a473090636a6fe0 PKG_MAINTAINER:=Quintin Hill <stuff@quintin.me.uk> PKG_LICENSE:=MIT |