aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-08-01 12:42:20 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-08-01 18:09:55 +0000
commit095c5f0a561c2482bb9147c860ae2643de95adf2 (patch)
tree64ea70a887a8f95952028311d429ceb2b36ce1d9
parent0c85d0a94a2329ec88938a0199e2c3744689c48d (diff)
community/py3-scipy: upgrade to 1.5.2
community/py3-scipy: upgrade to 1.5.2
-rw-r--r--community/py3-scipy/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-scipy/APKBUILD b/community/py3-scipy/APKBUILD
index 96a53344d56..ecbeccfe304 100644
--- a/community/py3-scipy/APKBUILD
+++ b/community/py3-scipy/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Martell Malone <martellmalone@gmail.com>
# Maintainer: Isaac Dunham <ibid.ag@gmail.com>
pkgname=py3-scipy
-pkgver=1.4.1
+pkgver=1.5.2
pkgrel=0
pkgdesc="Python library for scientific computing"
url="https://www.scipy.org"
@@ -27,5 +27,5 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="c7e1a1695a937ed7b712bb0750b0359b9d80254ef611ba924c9062862a61d7d36705a168b5102202009b16487596c66e4a892feaa1171012e23f71b0520c290f scipy-1.4.1.tar.xz
+sha512sums="cef1f772b455dd219a2ebc990551a70767147f84d995b0dce60aaf7b643fba47d34276df7f48ce02ac49e4ed56a59a8e524ea36580a727b9ca08d9d509a77249 scipy-1.5.2.tar.xz
df346dc84e4ec6773e1e7fe21dccf6d124c8a498d4daba77d3abd399fef1aa711b9799541c5e7b6b3ee209c738817cc2680810dcd2c4ee61686292536e6b00d1 missing-int64_t.patch"