[arch-commits] Commit in python-scipy/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Nov 6 18:36:35 UTC 2021
Date: Saturday, November 6, 2021 @ 18:36:35
Author: arojas
Revision: 1037680
Update to 1.7.2
Modified:
python-scipy/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-06 18:21:49 UTC (rev 1037679)
+++ PKGBUILD 2021-11-06 18:36:35 UTC (rev 1037680)
@@ -8,7 +8,7 @@
_name=scipy
pkgname=python-scipy
-pkgver=1.7.1
+pkgver=1.7.2
pkgrel=1
pkgdesc='Open-source software for mathematics, science, and engineering'
arch=(x86_64)
@@ -20,7 +20,7 @@
checkdepends=(python-pytest)
optdepends=('python-pillow: for image saving module')
source=(https://pypi.python.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('6b47d5fa7ea651054362561a28b1ccc8da9368a39514c1bbf6c0977a1c376764')
+sha256sums=('fa2dbabaaecdb502641b0b3c00dec05fb475ae48655c66da16c9ed24eda1e711')
build() {
cd scipy-${pkgver}
More information about the arch-commits
mailing list