mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
python3Packages.mkdocstrings-python: 1.16.10 -> 1.16.11
This commit is contained in:
parent
6ed432a97e
commit
b9cc4a1165
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue