aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-11 05:19:30 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-11 06:02:20 -0300
commita62828a82f8bdf9d1ec7db0c9f54622d3e256141 (patch)
tree8ae93485f18370dba46994c49a90760ed3197567
parent8ec2df6e044804cfca3f69861822473d5ffff200 (diff)
downloadaports-a62828a82f8bdf9d1ec7db0c9f54622d3e256141.tar.bz2
aports-a62828a82f8bdf9d1ec7db0c9f54622d3e256141.tar.xz
community/py3-scipy: upgrade to 1.3.2
-rw-r--r--community/py3-scipy/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-scipy/APKBUILD b/community/py3-scipy/APKBUILD
index 9ed3b2154e..77d8bbcc89 100644
--- a/community/py3-scipy/APKBUILD
+++ b/community/py3-scipy/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Martell Malone <martellmalone@gmail.com>
# Maintainer: Isaac Dunham <ibid.ag@gmail.com>
pkgname=py3-scipy
-pkgver=1.3.1
-pkgrel=1
+pkgver=1.3.2
+pkgrel=0
pkgdesc="Python library for scientific computing"
url="https://www.scipy.org"
arch="all"
@@ -25,4 +25,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="602c9d447f0efde332048261a066e2c9e3b6c4a6797554b9d17ddcc4e22c03e0fb07e8503b9566e30e23ecb6ba344caa03f2e64010945e0c138e2002806d1580 scipy-1.3.1.tar.xz"
+sha512sums="07aee19c60e72a359f61a45c6a8460b57b27243f4a3933b8606dfeb0925e1c99f57de106dd6ec689d0fb0590a405ff0a2b5a4edc43b0d66663bcbe08fdf8e77e scipy-1.3.2.tar.xz"