python312Packages.mkdocstrings-python: 1.9.2 -> 1.10.0

Diff: https://github.com/mkdocstrings/python/compare/refs/tags/1.9.2...1.10.0

Changelog: https://github.com/mkdocstrings/python/blob/1.10.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-05-03 09:48:10 +02:00
parent 9a5153d1bf
commit cb5b2f9aa3

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "mkdocstrings-python";
version = "1.9.2";
version = "1.10.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "python";
rev = "refs/tags/${version}";
hash = "sha256-UJSDnkdohFn+U7i5fYiRVMLZZ8Nyb0fdihBZl2z2RBc=";
hash = "sha256-sKRheGIR//kmiznHKsVGd35oSvGHgoocsbYCzDRv2Zs=";
};
build-system = [ pdm-backend ];