python3Packages.mkdocstrings: 1.0.0 -> 1.0.1

This commit is contained in:
R. Ryantm
2026-01-21 17:06:31 +00:00
parent 5d361f1d1d
commit fe898039cb
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "mkdocstrings";
version = "1.0.0";
version = "1.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "mkdocstrings";
repo = "mkdocstrings";
tag = version;
hash = "sha256-PQ8TL/eMYNX0gXvWhq/Rop2bv1oCoO7o3dxlCK9tbGE=";
hash = "sha256-dRDelPj2zO31gZzPDh7BxdBemGNaTPbzhlmWH1JYmaM=";
};
postPatch = ''