From 2c69052056846a2688dc6ada9a1f1f4960e0cb5e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 13 Sep 2020 10:48:02 -0400 Subject: [PATCH] python3-numpy: update to 1.19.2. --- srcpkgs/python3-numpy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template index 56b21398ccf..759899d8e7b 100644 --- a/srcpkgs/python3-numpy/template +++ b/srcpkgs/python3-numpy/template @@ -1,6 +1,6 @@ # Template file for 'python3-numpy' pkgname=python3-numpy -version=1.19.1 +version=1.19.2 revision=1 wrksrc="numpy-${version}" build_style=python3-module @@ -13,7 +13,7 @@ maintainer="bra1nwave " license="BSD-3-Clause" homepage="https://www.numpy.org/" distfiles="https://github.com/numpy/numpy/archive/v${version}.tar.gz" -checksum=65123e53a00b84d03a5a18ae049f4647d1fd100c9010ca1fdf997900ee13875d +checksum=5ee0d6d17fe01dde9824811516d94ba8adb9349d81ef78d0696e6b03097498b8 alternatives="numpy:f2py:/usr/bin/f2py3" do_check() {