diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2023-12-12 20:00:34 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2023-12-12 20:03:50 +0100 |
commit | ab1713728d621e7b57d276ef27de37a8754e6ee0 (patch) | |
tree | dbd5351cd2a6876673b47b13f4265f8f60361312 /math/py-numpy | |
parent | biology/gcta: chase the upgrade of OpenBLAS (diff) |
*/*: bump PORTREVISION after the upgrade of OpenBLAS
PR: 273219
Diffstat (limited to 'math/py-numpy')
-rw-r--r-- | math/py-numpy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index 667ab4ed74b9..0e2c778463ff 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,6 +1,6 @@ PORTNAME= numpy PORTVERSION= 1.25.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= PYPI \ |