diff options
author | Quintin Hill <stuff@quintin.me.uk> | 2023-06-09 23:37:52 +0100 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-06-14 13:43:45 +0800 |
commit | 4105ce9294a9dd66c9ff60315948917b5cc71a5d (patch) | |
tree | 83e740d6545e61e955941b7d995209c128f088ab | |
parent | ba75322534f73923f7c1f457aca9e461aea57c16 (diff) |
python-dbus-fast: update to 1.86.0
Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
-rw-r--r-- | lang/python/python-dbus-fast/Makefile | 6 |
1 files 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 <stuff@quintin.me.uk> PKG_LICENSE:=MIT |