python312Packages.django-celery-beat: 2.7.0 -> 2.8.0 (#400774)

This commit is contained in:
Jonas Heinrich
2025-04-26 22:59:02 +02:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "django-celery-beat";
version = "2.7.0";
version = "2.8.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "celery";
repo = "django-celery-beat";
tag = "v${version}";
hash = "sha256-XWcmKQXNw8eoGkld77E3rHpR9ofa1i2qO/JI8Hnpi9M=";
hash = "sha256-PWTWFcmjeY0T6dmLzMDN3gqgJaYx1kWy1VJKlWxY+io=";
};
pythonRelaxDeps = [ "django" ];
@@ -58,7 +58,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Celery Periodic Tasks backed by the Django ORM";
homepage = "https://github.com/celery/django-celery-beat";
changelog = "https://github.com/celery/django-celery-beat/releases/tag/v${version}";
changelog = "https://github.com/celery/django-celery-beat/releases/tag/${src.tag}";
license = licenses.bsd3;
maintainers = with maintainers; [ onny ];
};