python312Packages.django-markdownx: 4.0.7 -> 4.0.9

This commit is contained in:
R. Ryantm
2025-04-30 09:40:53 +00:00
parent 920a79ee9b
commit 497ff532d2
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "django-markdownx";
version = "4.0.7";
version = "4.0.9";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "neutronX";
repo = "django-markdownx";
tag = "v${version}";
hash = "sha256-FZPUlogVd3FMGeH1vfKHA3tXVps0ET+UCQJflpiV2lE=";
hash = "sha256-il9bXi8URq7mQMCyKl5ikHT4nH2R9ixMDHSpH8gfnVU=";
};
nativeBuildInputs = [ setuptools ];
@@ -39,7 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Comprehensive Markdown plugin built for Django";
homepage = "https://github.com/neutronX/django-markdownx/";
changelog = "https://github.com/neutronX/django-markdownx/releases/tag/v${version}";
changelog = "https://github.com/neutronX/django-markdownx/releases/tag/${src.tag}";
license = licenses.bsd2;
maintainers = with maintainers; [ derdennisop ];
};