Add py-docstring-to-markdown v0.11 (#34595)

This commit is contained in:
Alec Scott 2022-12-18 12:59:47 -08:00 committed by GitHub
parent db1caa9e92
commit 96a7af1dd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ class PyDocstringToMarkdown(PythonPackage):
maintainers = ["alecbcs"]
version("0.11", sha256="5b1da2c89d9d0d09b955dec0ee111284ceadd302a938a03ed93f66e09134f9b5")
version("0.10", sha256="12f75b0c7b7572defea2d9e24b57ef7ac38c3e26e91c0e5547cfc02b1c168bf6")
depends_on("python@3.6:", type=("build", "run"))