From f6190a379bf1a9be9e9f5d6dc66f1357a2666ebd Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 26 Jun 2023 13:38:11 +0800 Subject: [PATCH] python-pluggy: Update to 1.2.0 Signed-off-by: Jeffery To --- lang/python/python-pluggy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-pluggy/Makefile b/lang/python/python-pluggy/Makefile index d035c9abec..8fcc74dc9d 100644 --- a/lang/python/python-pluggy/Makefile +++ b/lang/python/python-pluggy/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pluggy -PKG_VERSION:=1.0.0 +PKG_VERSION:=1.2.0 PKG_RELEASE:=1 PYPI_NAME:=pluggy -PKG_HASH:=4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159 +PKG_HASH:=d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3 PKG_MAINTAINER:=Jan Pavlinec , Jeffery To PKG_LICENSE:=MIT