aboutsummaryrefslogtreecommitdiff
path: root/development/python3-numpy/python3-numpy.SlackBuild
diff options
context:
space:
mode:
authorChristoph Willing <chris.willing@linux.com>2024-01-03 14:48:19 +1000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-06 08:08:53 +0700
commit0b68d79619d67b60969bc6b5beb1dca0fb328c6b (patch)
tree0cfea557c574c8eb4659c35ddd32cb5b40d0e431 /development/python3-numpy/python3-numpy.SlackBuild
parentcda71b4bbe2996da7c95710d5e2de3d1da80bc4a (diff)
development/python3-numpy: Updated for version 1.26.3
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/python3-numpy/python3-numpy.SlackBuild')
-rw-r--r--development/python3-numpy/python3-numpy.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/python3-numpy/python3-numpy.SlackBuild b/development/python3-numpy/python3-numpy.SlackBuild
index a060d85dd9..b336788851 100644
--- a/development/python3-numpy/python3-numpy.SlackBuild
+++ b/development/python3-numpy/python3-numpy.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-numpy
-# Copyright 2015-2023 Christoph Willing Brisbane, Australia
+# Copyright 2015-2024 Christoph Willing Sydney, Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-numpy
SRCNAM=numpy
-VERSION=${VERSION:-1.26.2}
+VERSION=${VERSION:-1.26.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}