python310Packages.mkdocstrings-python: 1.2.1 -> 1.3.0

This commit is contained in:
R. Ryantm 2023-08-09 11:53:55 +00:00
parent aa3e1905a1
commit 272b78361c

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "mkdocstrings-python";
version = "1.2.1";
version = "1.3.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "python";
rev = "refs/tags/${version}";
hash = "sha256-65c63K8u3aWJFeMIi0jOeRA7RXc1OWumys0LUOvgBEU=";
hash = "sha256-grcxAVyKfF3CtpjE+uuQe2jvz+xmKU/oHqgyqK7Erhc=";
};
nativeBuildInputs = [