mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
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:
commit
84e667372f
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user