python3Packages.django-markdownify: 0.9.5 -> 0.9.6

This commit is contained in:
R. Ryantm
2026-03-13 00:40:53 +00:00
parent a6ef64ca72
commit 7e3ea44f86
@@ -12,14 +12,14 @@
}:
buildPythonPackage rec {
pname = "django-markdownify";
version = "0.9.5";
version = "0.9.6";
pyproject = true;
src = fetchFromGitHub {
owner = "erwinmatijsen";
repo = "django-markdownify";
tag = version;
hash = "sha256-KYU8p8NRD4EIS/KhOk9nvmXCf0RWEc+IFZ57YtsDSWE=";
hash = "sha256-L/N0jjxBz7aQletOg+qairgq4utifPz4oqjT9AcljLI=";
};
dependencies = [