aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--development/python3-numpy/python3-numpy.SlackBuild4
-rw-r--r--development/python3-numpy/python3-numpy.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/development/python3-numpy/python3-numpy.SlackBuild b/development/python3-numpy/python3-numpy.SlackBuild
index a060d85dd9e0..b33678885177 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}
diff --git a/development/python3-numpy/python3-numpy.info b/development/python3-numpy/python3-numpy.info
index c5686a7ce6d0..add0e1df478e 100644
--- a/development/python3-numpy/python3-numpy.info
+++ b/development/python3-numpy/python3-numpy.info
@@ -1,8 +1,8 @@
PRGNAM="python3-numpy"
-VERSION="1.26.2"
+VERSION="1.26.3"
HOMEPAGE="https://www.numpy.org/"
-DOWNLOAD="https://github.com/numpy/numpy/releases/download/v1.26.2/numpy-1.26.2.tar.gz"
-MD5SUM="8f6446a32e47953a03f8fe8533e21e98"
+DOWNLOAD="https://github.com/numpy/numpy/releases/download/v1.26.3/numpy-1.26.3.tar.gz"
+MD5SUM="1c915dc6c36dd4c674d9379e9470ff8b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-mesonpy"