From 144c8da84ab1c97cb5146eb882cfa671e95801a1 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Mon, 30 Sep 2019 21:22:35 +0200 Subject: [PATCH] python-pyrsistent: Update to version 0.15.4 Signed-off-by: Josef Schlehofer --- lang/python/python-pyrsistent/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-pyrsistent/Makefile b/lang/python/python-pyrsistent/Makefile index 0e7a13415..270276c27 100644 --- a/lang/python/python-pyrsistent/Makefile +++ b/lang/python/python-pyrsistent/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pyrsistent -PKG_VERSION:=0.15.3 +PKG_VERSION:=0.15.4 PKG_RELEASE:=1 PKG_SOURCE:=pyrsistent-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/pyrsistent/ -PKG_HASH:=50cffebc87ca91b9d4be2dcc2e479272bcb466b5a0487b6c271f7ddea6917e14 +PKG_HASH:=34b47fa169d6006b32e99d4b3c4031f155e6e68ebcc107d6454852e8e0ee6533 PKG_BUILD_DIR:=$(BUILD_DIR)/pyrsistent-$(PKG_VERSION) PKG_MAINTAINER:=Josef Schlehofer