Merge pull request #308071 from r-ryantm/auto-update/python311Packages.mkdocstrings

python311Packages.mkdocstrings: 0.24.3 -> 0.25.0
This commit is contained in:
OTABI Tomoya
2024-05-01 23:57:39 +09:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "mkdocstrings";
version = "0.24.3";
version = "0.25.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "mkdocstrings";
rev = "refs/tags/${version}";
hash = "sha256-L3QQ2ll2sDbQwrmw88iwTW6WS2SNsiMR2TvuV4P1uj4=";
hash = "sha256-VKjK58KK9x5RCc7VVy46zax42ySCv2NzqAat+XF+3a8=";
};
postPatch = ''