python3Packages.mkdocstrings-python: 2.0.1 -> 2.0.2

This commit is contained in:
R. Ryantm
2026-02-14 17:05:56 +00:00
parent 9a09eea96b
commit e48929b282
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "mkdocstrings-python";
version = "2.0.1";
version = "2.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "mkdocstrings";
repo = "python";
tag = version;
hash = "sha256-xaLC4zzX18lzYNpNJQrx3IXcZ22qQgktzzzgKDef8xE=";
hash = "sha256-MCR304sOqlS4azZOoNa4klITDdr+bD8N6wEZBuHhZms=";
};
build-system = [ pdm-backend ];