python311Packages.mkdocstrings-python: 1.10.3 -> 1.10.5

This commit is contained in:
R. Ryantm 2024-06-24 07:25:17 +00:00
parent d06d11ac35
commit dc0fcb7167

View File

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