python313Packages.mkdocs-autorefs: 1.4.2 -> 1.4.3 (#438374)

This commit is contained in:
Fabian Affolter
2025-09-02 18:51:33 +02:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "mkdocs-autorefs";
version = "1.4.2";
version = "1.4.3";
pyproject = true;
src = fetchFromGitHub {
owner = "mkdocstrings";
repo = "autorefs";
tag = version;
hash = "sha256-MO1ovW95v3QFaUfY2MDNLi14Hq/TbPkLKClQfOPc5no=";
hash = "sha256-/UPhoJL026jpdvC22uRFiAGN4pU/uqcDrROZmkTFWv0=";
};
postPatch = ''