python310Packages.mkdocstrings-python: 1.5.0 -> 1.5.2

This commit is contained in:
R. Ryantm 2023-08-26 03:51:45 +00:00
parent 5b5a68c217
commit 84736a8e3e

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "mkdocstrings-python";
version = "1.5.0";
version = "1.5.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "python";
rev = "refs/tags/${version}";
hash = "sha256-Z92w84JI7tzARHNdVZvOrMHFbMLUayf6uHak++C0suc=";
hash = "sha256-jfwyIx43s/zmIVOTDSIiQ8EYHUEHwRTwEa2SAfWy7HM=";
};
nativeBuildInputs = [