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