python313Packages.mkdocs-autorefs: 1.4.2 -> 1.4.3

Diff: https://github.com/mkdocstrings/autorefs/compare/1.4.2...1.4.3

Changelog: https://github.com/mkdocstrings/autorefs/blob/1.4.3/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2025-08-29 22:21:59 +02:00
parent 041d4a3d00
commit 8020a14788
@@ -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 = ''