From 0d30541fe39471ba626bd3365daf43f49341d02a Mon Sep 17 00:00:00 2001 From: Jan Pavlinec Date: Thu, 29 Oct 2020 12:34:45 +0100 Subject: [PATCH] python-psutil: update to version 5.7.3 Signed-off-by: Jan Pavlinec --- lang/python/python-psutil/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-psutil/Makefile b/lang/python/python-psutil/Makefile index ab9edc504..7740125f8 100644 --- a/lang/python/python-psutil/Makefile +++ b/lang/python/python-psutil/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-psutil -PKG_VERSION:=5.7.2 -PKG_RELEASE:=2 +PKG_VERSION:=5.7.3 +PKG_RELEASE:=1 PYPI_NAME:=psutil -PKG_HASH:=90990af1c3c67195c44c9a889184f84f5b2320dce3ee3acbd054e3ba0b4a7beb +PKG_HASH:=af73f7bcebdc538eda9cc81d19db1db7bf26f103f91081d780bbacfcb620dee2 PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=BSD 3-Clause