python/python3-pyrsistent: Updated for version 0.15.6.

Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
This commit is contained in:
Benjamin Trigona-Harany 2019-11-24 15:35:46 -08:00 committed by Willy Sudiarto Raharjo
parent c0c20bdb30
commit d9e98a799e
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
SRCNAM=pyrsistent
PRGNAM=python3-$SRCNAM
VERSION=${VERSION:-0.15.5}
VERSION=${VERSION:-0.15.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-pyrsistent"
VERSION="0.15.5"
VERSION="0.15.6"
HOMEPAGE="https://github.com/tobgu/pyrsistent/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pyrsistent/pyrsistent-0.15.5.tar.gz"
MD5SUM="903c518c8829de4ee255cff68ff8da45"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pyrsistent/pyrsistent-0.15.6.tar.gz"
MD5SUM="f08e3100273be5f76389e2fd1fe401e7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-six"