python3Packages.mkdocs-custom-tags-attributes: 0.3.2 -> 0.3.3

This commit is contained in:
R. Ryantm
2026-03-17 10:08:01 +00:00
parent 4b2d0bea11
commit 4a1f7be76b
@@ -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 = [