python3Packages.mkdocstrings-python: 2.0.0 -> 2.0.1

This commit is contained in:
R. Ryantm
2025-12-04 07:51:10 +00:00
parent d08257cad7
commit a9987c0abb
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "mkdocstrings-python";
version = "2.0.0";
version = "2.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "mkdocstrings";
repo = "python";
tag = version;
hash = "sha256-3oC3eVm+RYkn+1OqUU2f/dzV/rY8T7EePDxnE/1t6n4=";
hash = "sha256-xaLC4zzX18lzYNpNJQrx3IXcZ22qQgktzzzgKDef8xE=";
};
build-system = [ pdm-backend ];