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:
parent
24b162805d
commit
7b7318d437
1 changed files with 4 additions and 4 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue