python312Packages.sphinx-codeautolink: 0.17.1 -> 0.17.4

This commit is contained in:
R. Ryantm
2025-03-11 07:27:48 +00:00
parent 56f4e06f2a
commit d284ba8bc5

View File

@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "sphinx-codeautolink";
version = "0.17.1";
version = "0.17.4";
pyproject = true;
outputs = [
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "felix-hilden";
repo = "sphinx-codeautolink";
tag = "v${version}";
hash = "sha256-+gA9c90I6k8848s1xuQhKkvn8MM/tsJm5R6AUV3uMeg=";
hash = "sha256-1a76t4k2hVXwrG6X4w5yFYCMyR12Nlqodd2D0GoH/vM=";
};
build-system = [ setuptools ];