python312Packages.mkdocstrings-python: 1.10.9 -> 1.11.1

Diff: https://github.com/mkdocstrings/python/compare/refs/tags/1.10.9...1.11.1

Changelog: https://github.com/mkdocstrings/python/blob/1.11.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-09-05 22:04:29 +02:00
parent 2ff3306cde
commit 1a369b6532

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "mkdocstrings-python";
version = "1.10.9";
version = "1.11.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "python";
rev = "refs/tags/${version}";
hash = "sha256-ClIWH3JixDI7SMOaDKELeYlX7HqhzJ3JNO8FW/eCpuA=";
hash = "sha256-g6F6xIFKLzNqgbWGZXdJeoqQz/GIlC3XmrG9Kjkr1rU=";
};
build-system = [ pdm-backend ];