python3Packages.mkdocstrings: 0.30.1 -> 1.0.0 (#466721)

This commit is contained in:
Fabian Affolter
2025-12-01 17:00:14 +00:00
committed by GitHub
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "mkdocstrings";
version = "0.30.1";
version = "1.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "mkdocstrings";
repo = "mkdocstrings";
tag = version;
hash = "sha256-BfqxL35prq+pvD21w0BOJx/ls8og+LjtGdOAZlHYGVE=";
hash = "sha256-PQ8TL/eMYNX0gXvWhq/Rop2bv1oCoO7o3dxlCK9tbGE=";
};
postPatch = ''