diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-24 06:52:35 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-24 12:26:10 +0000 |
commit | ddc404205e01f4989fcde2d27dabd04e0009aed2 (patch) | |
tree | 015e8d876663056c500d6e8f04c1f19f5d045355 | |
parent | e2c5069ec56036e6d14eb982377cd2a39d1358e7 (diff) | |
download | aports-ddc404205e01f4989fcde2d27dabd04e0009aed2.tar.bz2 aports-ddc404205e01f4989fcde2d27dabd04e0009aed2.tar.xz |
community/py3-matplotlib: upgrade to 3.2.1
-rw-r--r-- | community/py3-matplotlib/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-matplotlib/APKBUILD b/community/py3-matplotlib/APKBUILD index 231b4631c9..d3589f2d8a 100644 --- a/community/py3-matplotlib/APKBUILD +++ b/community/py3-matplotlib/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Isaac Dunham <ibid.ag@gmail.com> pkgname=py3-matplotlib _pkgname=matplotlib -pkgver=3.2.0 +pkgver=3.2.1 pkgrel=0 pkgdesc="Python3 library for plots" url="https://matplotlib.org" @@ -28,4 +28,4 @@ build() { package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="bbc800b3f6c2d4d1161f7b6cc6c72c637abe9d70adfc17bb02d6e21022c957e485d6da02209163460c9bb96eaf544e09c8eba9f80ac30ec95348b6dff3d32ebb matplotlib-3.2.0.tar.gz" +sha512sums="2725ebb2e3665f3f110354efab6a6ec20721667acbaf1dc22a9396dbdca096edaabe79b0e602970b1c0769a5eb849cd815774af00a366f3d4e2f336bce06208e matplotlib-3.2.1.tar.gz" |