diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2023-10-09 12:22:00 +0200 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2023-10-09 12:25:52 +0200 |
commit | da38ac96ce1763a3a94ceaf2c5e50431a08b4752 (patch) | |
tree | 20505e8ec1a6ed74e5092f83f77266305fe092e2 /textproc/py-mkdocstrings-python/Makefile | |
parent | textproc/py-fingerprints: Update to 1.2.3 (diff) |
textproc/py-mkdocstrings-python: Update to 1.7.2
Changelog:
https://github.com/mkdocstrings/python/releases/tag/1.7.2
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 b312d6fd45f5..4019e7446a05 100644 --- a/textproc/py-mkdocstrings-python/Makefile +++ b/textproc/py-mkdocstrings-python/Makefile @@ -1,5 +1,5 @@ PORTNAME= mkdocstrings-python -DISTVERSION= 1.7.1 +DISTVERSION= 1.7.2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |