python312Packages.mkdocstrings: 0.25.1 -> 0.25.2

This commit is contained in:
R. Ryantm
2024-07-27 06:00:27 +00:00
parent e97c8b67e3
commit 7a85d2680e
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "mkdocstrings";
version = "0.25.1";
version = "0.25.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "mkdocstrings";
rev = "refs/tags/${version}";
hash = "sha256-Z4mX6EXEFmNd/CNa39hN9mwJSv9OkqwEmWMzJ9r+EBM=";
hash = "sha256-720qF1t/xl2voOMtkOR7U3lFXia4nI0VirgEFHpb39k=";
};
postPatch = ''