python3Packages.mkdocstrings-python: 1.16.10 -> 1.16.11

This commit is contained in:
R. Ryantm 2025-05-29 07:48:15 +00:00
parent 6ed432a97e
commit b9cc4a1165

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "mkdocstrings-python";
version = "1.16.10";
version = "1.16.11";
pyproject = true;
src = fetchFromGitHub {
owner = "mkdocstrings";
repo = "python";
tag = version;
hash = "sha256-HwGo+o78SDo+RM2UxQB4A8OTY5FVuav1TS6J+aVVWdc=";
hash = "sha256-Vee8pNslf/nELnIeMPkuBsbMVLLcK5CyIAaKTh/OEMM=";
};
build-system = [ pdm-backend ];
@ -51,7 +51,7 @@ buildPythonPackage rec {
meta = {
description = "Python handler for mkdocstrings";
homepage = "https://github.com/mkdocstrings/python";
changelog = "https://github.com/mkdocstrings/python/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/mkdocstrings/python/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.isc;
maintainers = with lib.maintainers; [ fab ];
};