From bc64dca20ff81267740c93e95fcf35b995c3a679 Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Sun, 1 Nov 2020 15:45:21 +0100 Subject: [PATCH] python-cached-property: update to v1.5.2 Signed-off-by: Javier Marcet --- lang/python/python-cached-property/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-cached-property/Makefile b/lang/python/python-cached-property/Makefile index cbe83de5c..63685ba9c 100644 --- a/lang/python/python-cached-property/Makefile +++ b/lang/python/python-cached-property/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-cached-property -PKG_VERSION:=1.5.1 -PKG_RELEASE:=2 +PKG_VERSION:=1.5.2 +PKG_RELEASE:=1 PYPI_NAME:=cached-property -PKG_HASH:=9217a59f14a5682da7c4b8829deadbfc194ac22e9908ccf7c8820234e80a1504 +PKG_HASH:=9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130 PKG_MAINTAINER:=Javier Marcet PKG_LICENSE:=BSD-3-Clause