python312Packages.mkdocstrings-python: 1.8.0 -> 1.9.0

This commit is contained in:
R. Ryantm
2024-03-14 00:49:01 +00:00
parent c61d0920a3
commit a8f628f546
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "mkdocstrings-python";
version = "1.8.0";
version = "1.9.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "python";
rev = "refs/tags/${version}";
hash = "sha256-beLZpf0Zjk6LjveD7c+1XEi4SpQnmmZZOM8dIvzqZGI=";
hash = "sha256-RzyOhlfjLtiG5jelrRG8yS7AWQJuaJMVuNkGpNBGO64=";
};
nativeBuildInputs = [