python312Packages.mkdocstrings-python: 1.10.5 -> 1.10.8

Changelog: https://github.com/mkdocstrings/python/blob/1.10.8/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-08-17 10:37:06 +02:00
parent 28e457dea7
commit d060a8e49a

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "mkdocstrings-python";
version = "1.10.5";
version = "1.10.8";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "python";
rev = "refs/tags/${version}";
hash = "sha256-LRBo404TGxWBQdhN3gTyDHjB389hcHCfZK/oEFdjpOY=";
hash = "sha256-3fXT2cV9jXkBNqK0LhKh8V11YLz+ulR3yAtq3GVOkTU=";
};
build-system = [ pdm-backend ];