python312Packages.mkdocstrings-python: 1.12.0 -> 1.12.2
Diff: https://github.com/mkdocstrings/python/compare/refs/tags/1.12.0...1.12.2 Changelog: https://github.com/mkdocstrings/python/blob/1.12.2/CHANGELOG.md
This commit is contained in:
parent
5908775d06
commit
9d11f129a3
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mkdocstrings-python";
|
pname = "mkdocstrings-python";
|
||||||
version = "1.12.0";
|
version = "1.12.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||||||
owner = "mkdocstrings";
|
owner = "mkdocstrings";
|
||||||
repo = "python";
|
repo = "python";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-Dwh1MQuOjN/quxKlOMIadZ5MR8BrS/s6l4mwSBTfXQE=";
|
hash = "sha256-dc9RXbrwZS/7eAF0BrGS2kJxG62rB5RLxf3yNZ6+g4Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ pdm-backend ];
|
build-system = [ pdm-backend ];
|
||||||
|
Loading…
Reference in New Issue
Block a user