diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-28 06:45:43 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-28 06:57:06 -0300 |
commit | ea2962fe096bf738a5fdd5d38a32f1860eba9a18 (patch) | |
tree | abbbbb9e6c9ff71ee4398a5b2818ce2e119b7b30 /community/py3-pyrsistent | |
parent | 7d0dc00b2fdce03212ceea4c124a9550ab853348 (diff) | |
download | aports-ea2962fe096bf738a5fdd5d38a32f1860eba9a18.tar.bz2 aports-ea2962fe096bf738a5fdd5d38a32f1860eba9a18.tar.xz |
community/py3-pyrsistent: upgrade to 0.15.4
Diffstat (limited to 'community/py3-pyrsistent')
-rw-r--r-- | community/py3-pyrsistent/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-pyrsistent/APKBUILD b/community/py3-pyrsistent/APKBUILD index 0a305df495..f85a983b0c 100644 --- a/community/py3-pyrsistent/APKBUILD +++ b/community/py3-pyrsistent/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-pyrsistent -pkgver=0.15.3 +pkgver=0.15.4 pkgrel=0 pkgdesc="Persistent/Functional/Immutable data structures" url="https://github.com/tobgu/pyrsistent" @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="f45aafadabfd71b5ba53ecfce3ea612f3086cc711e97dad5d16d1e129b2ebd890afac8189d2711b03d024c40766be0a5b2407a14cc57d7a94bc0726d44616e17 py3-pyrsistent-0.15.3.tar.gz" +sha512sums="d2bc1b8592128e43103328974184ce6f6d21d047ae7723ddb12e15ef5953e7ebb060ab7a56c59a1b6a1e4287daaf61d32f654806742d804ccb004cd7054bb5a2 py3-pyrsistent-0.15.4.tar.gz" |