python3Packages.mkdocstrings-python: 1.16.11 -> 1.16.12 (#415141)

This commit is contained in:
Fabian Affolter 2025-06-09 08:54:34 +02:00 committed by GitHub
commit 93a6c6c5d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,14 +14,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "mkdocstrings-python"; pname = "mkdocstrings-python";
version = "1.16.11"; version = "1.16.12";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mkdocstrings"; owner = "mkdocstrings";
repo = "python"; repo = "python";
tag = version; tag = version;
hash = "sha256-Vee8pNslf/nELnIeMPkuBsbMVLLcK5CyIAaKTh/OEMM="; hash = "sha256-NL5gn8HgT0hvIlUDs//sErAaSVXvxLDJGT7nZX65ZVU=";
}; };
build-system = [ pdm-backend ]; build-system = [ pdm-backend ];