Unverified Commit 16eeae3b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.mkdocs-autorefs: 1.1.0 -> 1.2.0 (#338930)

parents cb74f035 969a8b47
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@

buildPythonPackage rec {
  pname = "mkdocs-autorefs";
  version = "1.1.0";
  format = "pyproject";
  version = "1.2.0";
  pyproject = true;

  disabled = pythonOlder "3.8";

@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "mkdocstrings";
    repo = "autorefs";
    rev = "refs/tags/${version}";
    hash = "sha256-quN5Ow5mEQ1o5RGYVCcFLrMG9bl51Mg/hrc+VR/SVwM=";
    hash = "sha256-C1ca7tx9s88U7Xp/bd3KhlWeb32a612RyCVBQz0vJ1g=";
  };

  postPatch = ''
@@ -28,9 +28,9 @@ buildPythonPackage rec {
      --replace 'dynamic = ["version"]' 'version = "${version}"'
  '';

  nativeBuildInputs = [ pdm-backend ];
  build-system = [ pdm-backend ];

  propagatedBuildInputs = [
  dependencies = [
    markdown
    mkdocs
  ];