diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-27 18:26:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-27 18:26:00 +0000 |
commit | 1b4736f51a2aa676c3677bf60cfcd32c58150bdd (patch) | |
tree | ae7cc6f843f0076192a921558f45ec46df28a081 /math/py-cma/Makefile | |
parent | Update to 2.33.0 (diff) |
Update to 2.7.0
Changes: https://github.com/CMA-ES/pycma/releases
Notes
Notes:
svn path=/head/; revision=500233
Diffstat (limited to 'math/py-cma/Makefile')
-rw-r--r-- | math/py-cma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-cma/Makefile b/math/py-cma/Makefile index 97110eadd4f8..9222646875a5 100644 --- a/math/py-cma/Makefile +++ b/math/py-cma/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cma -PORTVERSION= 2.6.0 +PORTVERSION= 2.7.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |