From 429f76316e32b37fe1520cde478d65c8b7768622 Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Sat, 1 Jul 2023 20:20:05 +0200 Subject: [PATCH] python-stem: update to v1.8.2 Signed-off-by: Javier Marcet --- lang/python/python-stem/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-stem/Makefile b/lang/python/python-stem/Makefile index 03ef35633b..a8701fd01c 100644 --- a/lang/python/python-stem/Makefile +++ b/lang/python/python-stem/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-stem -PKG_VERSION:=1.8.1 -PKG_RELEASE:=2 +PKG_VERSION:=1.8.2 +PKG_RELEASE:=1 PYPI_NAME:=stem -PKG_HASH:=81d43a7c668ba9d7bc1103b2e7a911e9d148294b373d27a59ae8da79ef7a3e2f +PKG_HASH:=83fb19ffd4c9f82207c006051480389f80af221a7e4783000aedec4e384eb582 PKG_MAINTAINER:=Javier Marcet PKG_LICENSE:=LGPL-3.0-only