python3Packages.sphinx-codeautolink: 0.17.4 -> 0.17.5

This commit is contained in:
R. Ryantm
2025-07-09 18:23:29 +00:00
parent dee962cda4
commit 593b7dffc9
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "sphinx-codeautolink";
version = "0.17.4";
version = "0.17.5";
pyproject = true;
outputs = [
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "felix-hilden";
repo = "sphinx-codeautolink";
tag = "v${version}";
hash = "sha256-1a76t4k2hVXwrG6X4w5yFYCMyR12Nlqodd2D0GoH/vM=";
hash = "sha256-43XDCajH+uSHnofjK/gH4EAiv2ljjuBr8UbJtm/DsDI=";
};
build-system = [ setuptools ];