mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #205261 from fabaff/mkdocstrings-python-bump
python310Packages.mkdocstrings-python: 0.8.0 -> 0.8.2
This commit is contained in:
commit
f2fa1021dd
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mkdocstrings-python";
|
pname = "mkdocstrings-python";
|
||||||
version = "0.8.0";
|
version = "0.8.2";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
owner = "mkdocstrings";
|
owner = "mkdocstrings";
|
||||||
repo = "python";
|
repo = "python";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-KAVBK0ZR1R27cWH99DVOYNFWKa4ubBXzgM0hVpGRIpE=";
|
hash = "sha256-TwvXH/n2do4GnkxStW8fk9MRm59t/eP0sOjGnl3fYkw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -50,6 +50,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
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";
|
||||||
license = licenses.isc;
|
license = licenses.isc;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user