python312Packages.django-anymail: 12.0 -> 13.0

This commit is contained in:
R. Ryantm
2025-04-12 21:57:12 +00:00
parent 996e36a291
commit b8d1267b6a
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "django-anymail";
version = "12.0";
version = "13.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "anymail";
repo = "django-anymail";
tag = "v${version}";
hash = "sha256-TuEEwxwgZVv97Ns4sRWdQjaNymE03nj8CTiU9S6ynZ8=";
hash = "sha256-0KqpgS71QwTfLp4I8p1An6sCnGcvxTNB4xy4LaFFl8E=";
};
build-system = [ hatchling ];
@@ -55,7 +55,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Django email backends and webhooks for Mailgun";
homepage = "https://github.com/anymail/django-anymail";
changelog = "https://github.com/anymail/django-anymail/blob/v${version}/CHANGELOG.rst";
changelog = "https://github.com/anymail/django-anymail/blob/${src.tag}/CHANGELOG.rst";
license = licenses.bsd3;
maintainers = with maintainers; [ onny ];
};