16 buildPythonPackage rec {
17 pname = "celery-redbeat";
19 format = "setuptools";
21 src = fetchFromGitHub {
25 hash = "sha256-WW/OYa7TWEKkata1eULir29wHaCnavBJebn4GrBzmWY=";
30 # celery 5.3.0 support
31 url = "https://github.com/sibson/redbeat/commit/4240e17172a4d9d2744d5c4da3cfca0e0a024e2e.patch";
32 hash = "sha256-quEfSFhv0sIpsKHX1CpFhbMC8LYXA8NASWYU8MMYPSk=";
36 propagatedBuildInputs = [
50 pythonImportsCheck = [ "redbeat" ];
53 description = "Database-backed Periodic Tasks";
54 homepage = "https://github.com/celery/django-celery-beat";
55 license = licenses.bsd3;
56 maintainers = with maintainers; [ onny ];