diff options
author | yuri <yuri@FreeBSD.org> | 2018-12-21 13:08:33 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-12-21 13:08:33 +0800 |
commit | d33249174733007f32c8c777835740e19afc58cd (patch) | |
tree | bc65d1863fbf60bf77e4fd052844da6b0a7cf396 /math/py-python-louvain/Makefile | |
parent | 958e02ce14e4a298ddbee37de0153ab952538642 (diff) | |
download | freebsd-ports-gnome-d33249174733007f32c8c777835740e19afc58cd.tar.gz freebsd-ports-gnome-d33249174733007f32c8c777835740e19afc58cd.tar.zst freebsd-ports-gnome-d33249174733007f32c8c777835740e19afc58cd.zip |
python-louvain: Update 0.11 -> 0.12
Reported by: portscout
Diffstat (limited to 'math/py-python-louvain/Makefile')
-rw-r--r-- | math/py-python-louvain/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/py-python-louvain/Makefile b/math/py-python-louvain/Makefile index 2fc841925cfb..830e613351a4 100644 --- a/math/py-python-louvain/Makefile +++ b/math/py-python-louvain/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= python-louvain -DISTVERSION= 0.11 -PORTREVISION= 1 +DISTVERSION= 0.12 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |