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

python312Packages.mkdocstrings-python: 1.10.2 -> 1.10.3
This commit is contained in:
Nick Cao 2024-05-22 21:12:57 -04:00 committed by GitHub
commit a520740e16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "mkdocstrings-python";
version = "1.10.2";
version = "1.10.3";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "python";
rev = "refs/tags/${version}";
hash = "sha256-Dz74q7bsa8bInxn4RpP9MFXFDEL2yWifDe64K8AOl8k=";
hash = "sha256-OiG/dPsWO2Z4lGUlgPePRcsrotCu+fwesKhhh6YjmnU=";
};
build-system = [ pdm-backend ];