python310Packages.mkdocstrings-python: 0.10.0 -> 0.10.1

Changelog: https://github.com/mkdocstrings/python/blob/0.10.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-05-10 20:12:14 +02:00
parent f431ee4a85
commit f1bfafc962

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "mkdocstrings-python";
version = "0.10.0";
version = "0.10.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "python";
rev = version;
hash = "sha256-UJfAlSgH3xFqSOjJFon87YWd08nFgi1yYbEsCyMDVlA=";
hash = "sha256-VGPlOHQNtXrfmcne93xDIxN20KDGlTQrjeAKhX/L6K0=";
};
nativeBuildInputs = [