diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-08 03:04:59 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-08 05:28:46 -0300 |
commit | 8f33a9009afb876b83523a71c8a59a0d8b1956f5 (patch) | |
tree | 2111454d0ebf7c510be9bfc78c5b89b8e004a296 /testing/py3-matplotlib | |
parent | a8cfd3fa66ea09d7927ae95a1ba8d74797eb7645 (diff) | |
download | aports-8f33a9009afb876b83523a71c8a59a0d8b1956f5.tar.bz2 aports-8f33a9009afb876b83523a71c8a59a0d8b1956f5.tar.xz |
testing/py3-matplotlib: upgrade to 3.1.2
Diffstat (limited to 'testing/py3-matplotlib')
-rw-r--r-- | testing/py3-matplotlib/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-matplotlib/APKBUILD b/testing/py3-matplotlib/APKBUILD index dec5de4117..65e4ab0d9d 100644 --- a/testing/py3-matplotlib/APKBUILD +++ b/testing/py3-matplotlib/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Isaac Dunham <ibid.ag@gmail.com> pkgname=py3-matplotlib _pkgname=matplotlib -pkgver=3.1.1 -pkgrel=1 +pkgver=3.1.2 +pkgrel=0 pkgdesc="Python3 library for plots" url="https://matplotlib.org" arch="all" @@ -28,4 +28,4 @@ build() { package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="157ced0cdcb17c9c82f897ee1621ea06a063491ce7393cda4c74a07a970c49385167b5cf32c1666a2933af50ccc53811cf871b6465b796a42abf4a358c76f6c0 matplotlib-3.1.1.tar.gz" +sha512sums="514e66ff76381dccb185a8b8dee44ecbf5108e99ecc5ce46b56750e2a62b782e2b67f0ba02b01545541a1499ffe2347b6bc502077455d8a742796161017cba42 matplotlib-3.1.2.tar.gz" |