Merge pull request #209589 from fabaff/mkdocstrings-python-bump

python310Packages.mkdocstrings-python: 0.8.2 -> 0.8.3
This commit is contained in:
Fabian Affolter 2023-01-08 09:52:40 +01:00 committed by GitHub
commit 76594a211b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "mkdocstrings-python";
version = "0.8.2";
version = "0.8.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "python";
rev = version;
hash = "sha256-TwvXH/n2do4GnkxStW8fk9MRm59t/eP0sOjGnl3fYkw=";
hash = "sha256-JGk6oJQ6mcLtn7SDtltsLPT+CxPZNRbq8bnY9pMcXHc=";
};
nativeBuildInputs = [