diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2024-01-13 12:22:11 +0100 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2024-01-13 12:23:49 +0100 |
commit | 9fe6a2b0dc0a42a711996dc3a76dc84be55c253f (patch) | |
tree | 525ea8ef0cff474f9d2956f54a53a5135e0d4cd6 /textproc/py-mkdocstrings-python/Makefile | |
parent | textproc/py-markdown-callouts: Relax RUN_DEPENDS (diff) |
textproc/py-mkdocstrings-python: Update to 1.8.0
Changelog:
https://github.com/mkdocstrings/python/releases/tag/1.8.0
Diffstat (limited to 'textproc/py-mkdocstrings-python/Makefile')
-rw-r--r-- | textproc/py-mkdocstrings-python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-mkdocstrings-python/Makefile b/textproc/py-mkdocstrings-python/Makefile index b41fa0be54fb..45315d25f975 100644 --- a/textproc/py-mkdocstrings-python/Makefile +++ b/textproc/py-mkdocstrings-python/Makefile @@ -1,5 +1,5 @@ PORTNAME= mkdocstrings-python -DISTVERSION= 1.7.5 +DISTVERSION= 1.8.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |