Merge pull request #336235 from r-ryantm/auto-update/python312Packages.mkdocs-autorefs

python312Packages.mkdocs-autorefs: 1.0.1 -> 1.1.0
This commit is contained in:
OTABI Tomoya
2024-08-24 08:16:10 +09:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "mkdocs-autorefs";
version = "1.0.1";
version = "1.1.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "autorefs";
rev = "refs/tags/${version}";
hash = "sha256-YORrIQ+iZQZ1U/fe/IH3B/5gN0QxQF73s9vF6qvKL7Q=";
hash = "sha256-quN5Ow5mEQ1o5RGYVCcFLrMG9bl51Mg/hrc+VR/SVwM=";
};
postPatch = ''