python311Packages.mkdocstrings-python: 0.9.0 -> 0.10.0

Changelog: https://github.com/mkdocstrings/python/blob/0.10.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-05-07 14:01:55 +02:00
parent 24b162805d
commit 7b7318d437

View file

@ -4,14 +4,14 @@
, griffe
, mkdocs-material
, mkdocstrings
, pdm-pep517
, pdm-backend
, pytestCheckHook
, pythonOlder
}:
buildPythonPackage rec {
pname = "mkdocstrings-python";
version = "0.9.0";
version = "0.10.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,11 +20,11 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "python";
rev = version;
hash = "sha256-PM6J21yT5paukDB8uJkcIyy+miYwN4+gk8Ej1xI8Q1A=";
hash = "sha256-UJfAlSgH3xFqSOjJFon87YWd08nFgi1yYbEsCyMDVlA=";
};
nativeBuildInputs = [
pdm-pep517
pdm-backend
];
propagatedBuildInputs = [