From 157bd7fd1a3c63538f59dfe89b5a01e2eee8697f Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Tue, 16 Jun 2020 09:03:46 +0200 Subject: [PATCH] python3-numpy: update to 1.18.5. --- 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 f18822bbabc..22cc85bf9c0 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.18.4 +version=1.18.5 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=3f627728d0d3bb8cd94b29e424fd9a456029d88a73d927aa083c83e1114c041b +checksum=355d45df163499593c91bd2d78281e88164ee3eeeb221be357b1dac09ac1f618 alternatives="numpy:f2py:/usr/bin/f2py3" do_check() {