python3Packages.mkdocstrings-python: 1.19.0 -> 2.0.0 (#465759)

This commit is contained in:
Fabian Affolter
2025-11-27 23:40:10 +00:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "mkdocstrings-python";
version = "1.19.0";
version = "2.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "mkdocstrings";
repo = "python";
tag = version;
hash = "sha256-B+DFezICqYdfGfK90rsnetRt0dI1v6XEsuDL9Xd2QTc=";
hash = "sha256-3oC3eVm+RYkn+1OqUU2f/dzV/rY8T7EePDxnE/1t6n4=";
};
build-system = [ pdm-backend ];