diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-07 17:46:39 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-07 18:33:37 -0300 |
commit | b1fe08655db33a48d63bdd750513479ab1b56a0e (patch) | |
tree | 8d8e84ca2b39106376eb7170fe66e8035423b884 /community/py3-pyrsistent/APKBUILD | |
parent | af207deaab49a79c18bb949df0e6ee0f733ad103 (diff) | |
download | aports-b1fe08655db33a48d63bdd750513479ab1b56a0e.tar.bz2 aports-b1fe08655db33a48d63bdd750513479ab1b56a0e.tar.xz |
community/py3-pyrsistent: upgrade to 0.15.3
Diffstat (limited to 'community/py3-pyrsistent/APKBUILD')
-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 0cd748649f..0a305df495 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.2 +pkgver=0.15.3 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="5333e706007f9d44b432f8bced12dd64c800e4128192b5e301b15d655470475ad234ebcb2a5b70498364dd7a467a2118944f7e6878a88a496aef89ce4edf3905 py3-pyrsistent-0.15.2.tar.gz" +sha512sums="f45aafadabfd71b5ba53ecfce3ea612f3086cc711e97dad5d16d1e129b2ebd890afac8189d2711b03d024c40766be0a5b2407a14cc57d7a94bc0726d44616e17 py3-pyrsistent-0.15.3.tar.gz" |