[arch-commits] Commit in python-scipy/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Nov 24 19:48:48 UTC 2021
Date: Wednesday, November 24, 2021 @ 19:48:47
Author: arojas
Revision: 1054726
Update to 1.7.3
Modified:
python-scipy/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-24 18:56:34 UTC (rev 1054725)
+++ PKGBUILD 2021-11-24 19:48:47 UTC (rev 1054726)
@@ -8,7 +8,7 @@
_name=scipy
pkgname=python-scipy
-pkgver=1.7.2
+pkgver=1.7.3
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=('fa2dbabaaecdb502641b0b3c00dec05fb475ae48655c66da16c9ed24eda1e711')
+sha256sums=('ab5875facfdef77e0a47d5fd39ea178b58e60e454a4c85aa1e52fcb80db7babf')
build() {
cd scipy-${pkgver}
More information about the arch-commits
mailing list