python3Packages.mkdocstrings-python: 1.10.3 -> 1.10.4

https://github.com/mkdocstrings/python/blob/1.10.4/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-06-24 12:15:43 +02:00
parent b67073dd31
commit 2f461708dc
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "mkdocstrings-python";
version = "1.10.3";
version = "1.10.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "python";
rev = "refs/tags/${version}";
hash = "sha256-OiG/dPsWO2Z4lGUlgPePRcsrotCu+fwesKhhh6YjmnU=";
hash = "sha256-UPtzt+7FR3HTRmHFtK+KVCeqtE6qNMLayh5v0uoJ5hc=";
};
build-system = [ pdm-backend ];