Unverified Commit bab42d15 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python3Packages.sphinx-codeautolink: 0.17.4 -> 0.17.5 (#423862)

parents 30a42a07 593b7dff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];