Merge pull request #225389 from fabaff/mkdocstrings-bump

python310Packages.mkdocstrings: 0.20.0 -> 0.21.2
This commit is contained in:
Mario Rodas 2023-04-09 06:48:37 -05:00 committed by GitHub
commit 1270da5040
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "mkdocstrings";
version = "0.20.0";
version = "0.21.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-eFHcwbYEIwVWvDJWlmeUvEdqp3NYAF8SgdHJGw6bEMc=";
hash = "sha256-pi0BEe/zhG/V9wh2CO91Cc7Mze93+2tbVo6/2LGQ6Nw=";
};
postPatch = ''