Merge pull request #304843 from r-ryantm/auto-update/python312Packages.sphinx-codeautolink

python312Packages.sphinx-codeautolink: 0.15.0 -> 0.15.1
This commit is contained in:
Nick Cao 2024-04-22 14:50:57 -04:00 committed by GitHub
commit 84e667372f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "sphinx-codeautolink";
version = "0.15.0";
version = "0.15.1";
format = "pyproject";
outputs = [ "out" "doc" ];
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "felix-hilden";
repo = "sphinx-codeautolink";
rev = "refs/tags/v${version}";
hash = "sha256-iXUdOwyTRViDTDRPCcteiJ2Rcdbpiol7JPEzqbUwIPc=";
hash = "sha256-BnGcLAM/KK8Ub+GmRY1oatUCyP4hvY2O1WTjLHBebpw=";
};
nativeBuildInputs = [