diff options
author | Leo <thinkabit.ukim@gmail.com> | 2021-08-02 08:14:56 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-08-02 08:14:56 -0300 |
commit | 2236f42029c3c7e5ade68a9e50ffd1a83daabf77 (patch) | |
tree | 91a90ea87fd27fed51bf0fd1a07a7e8837ee6152 | |
parent | 085e4d96b768a6ea9b068604782547484775598c (diff) | |
download | aports-2236f42029c3c7e5ade68a9e50ffd1a83daabf77.tar.gz aports-2236f42029c3c7e5ade68a9e50ffd1a83daabf77.tar.bz2 aports-2236f42029c3c7e5ade68a9e50ffd1a83daabf77.tar.xz |
community/py3-pyrsistent: upgrade to 0.18.0
-rw-r--r-- | community/py3-pyrsistent/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/py3-pyrsistent/APKBUILD b/community/py3-pyrsistent/APKBUILD index 9ed1d4d827..f5c1f2ef5a 100644 --- a/community/py3-pyrsistent/APKBUILD +++ b/community/py3-pyrsistent/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: pkgname=py3-pyrsistent -pkgver=0.17.3 -pkgrel=1 +pkgver=0.18.0 +pkgrel=0 pkgdesc="Persistent/Functional/Immutable data structures" url="https://github.com/tobgu/pyrsistent" arch="all" @@ -31,4 +31,6 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="6e6129666801dd872938ed02b043e7b3447f400e261906dedf474872145c603a20ea6fada72eba320ab016064098032a62a9918db49d7f344d52f158b5914f47 pyrsistent-0.17.3.tar.gz" +sha512sums=" +6bbd6fbb5b3466aac6b9a56a55114b9c12b9b539f88102c64e704879cfe68113badcdecba2be96d17db7799d12f57c7f9ef3be755b25464aaf1d7d944eb82851 pyrsistent-0.18.0.tar.gz +" |