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 {
|
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 ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue