python311Packages.mkdocstrings-python: 1.7.3 -> 1.7.5

This commit is contained in:
R. Ryantm
2023-11-22 05:55:17 +00:00
parent ec6cc9c826
commit 3f56deb0f4
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "mkdocstrings-python";
version = "1.7.3";
version = "1.7.5";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "python";
rev = "refs/tags/${version}";
hash = "sha256-r/N2ZGqA1cYFkP4Ai8p6utIw/m+FiNBVbpL4Y0EO2ds=";
hash = "sha256-PfAdECR80kYgvaaL+09zsqOeWa8z4pSnORNFnj+/l7M=";
};
nativeBuildInputs = [