python311Packages.mkdocstrings-python: 1.3.0 -> 1.4.0

Diff: https://github.com/mkdocstrings/python/compare/refs/tags/1.3.0...1.4.0

Changelog: https://github.com/mkdocstrings/python/blob/1.4.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-08-18 23:30:19 +02:00
parent d429fd69e1
commit 84ed578b76

View file

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