diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2024-01-28 13:00:17 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2024-01-28 13:02:23 +0100 |
commit | 68a725452a341366c504bf411bfda2b9b9f983eb (patch) | |
tree | 90db808c69a1cbe33f254dd6a5d433eb50d4f8cc /math/py-numpy | |
parent | math/suitesparse-spqr: upgrade to 4.3.2 (diff) |
*/*: bump PORTREVISION after the upgrade to SuiteSparse
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 64efe3571ccf..1c38114fc0b8 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,6 +1,6 @@ PORTNAME= numpy PORTVERSION= 1.25.0 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= PYPI \ |