python3Packages.django-markdownify: 0.9.6 -> 0.9.7

This commit is contained in:
R. Ryantm
2026-05-21 07:57:08 +00:00
parent 32b7695ed4
commit 9479879fdc
@@ -12,14 +12,14 @@
}:
buildPythonPackage (finalAttrs: {
pname = "django-markdownify";
version = "0.9.6";
version = "0.9.7";
pyproject = true;
src = fetchFromGitHub {
owner = "erwinmatijsen";
repo = "django-markdownify";
tag = finalAttrs.version;
hash = "sha256-L/N0jjxBz7aQletOg+qairgq4utifPz4oqjT9AcljLI=";
hash = "sha256-Zl6t/ja/VAYrVOM6xkjcayn+vCss6JLQr+vBGsGGp+k=";
};
build-system = [ setuptools ];