Unverified Commit 75f8f0bf authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

python3Packages.mkdocs-custom-tags-attributes: 0.3.2 -> 0.3.3 (#500687)

parents 33870c67 4a1f7be7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage (finalAttrs: {
  pname = "mkdocs-custom-tags-attributes";
  version = "0.3.2";
  version = "0.3.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Mara-Li";
    repo = "mkdocs-custom-tags-attributes";
    tag = "v${finalAttrs.version}";
    hash = "sha256-oP2yfq16gc+0aA7GOcXKZ2x4n5AakWMHy3RO3o0MaqI=";
    hash = "sha256-AtjUMk7v3+QI76nnPslqW/8LO11ld0YLSacHI6eaurs=";
  };

  build-system = [