diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-07-02 08:36:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-02 08:36:12 +0200 |
commit | 2b2f51c1c7f99e889e134eb88c5133332e10ffa0 (patch) | |
tree | 15d2352d681277044ce58507900f5623e4beddba | |
parent | b09a963b529481baeb237c5bebd8bb2c00dcbb3f (diff) | |
parent | 69a1c4363c7d6a358f7c5e3e5723a329a2696fe8 (diff) |
Merge pull request #12691 from jmarcet/pyrsistent-update
python-pyrsistent: Update to 0.16.0
-rw-r--r-- | lang/python/python-pyrsistent/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-pyrsistent/Makefile b/lang/python/python-pyrsistent/Makefile index c5ee84e63..b9ae85d7e 100644 --- a/lang/python/python-pyrsistent/Makefile +++ b/lang/python/python-pyrsistent/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pyrsistent -PKG_VERSION:=0.15.4 -PKG_RELEASE:=2 +PKG_VERSION:=0.16.0 +PKG_RELEASE:=1 PYPI_NAME:=pyrsistent -PKG_HASH:=34b47fa169d6006b32e99d4b3c4031f155e6e68ebcc107d6454852e8e0ee6533 +PKG_HASH:=28669905fe725965daa16184933676547c5bb40a5153055a8dee2a4bd7933ad3 PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz> PKG_LICENSE:=MIT |