14 buildPythonPackage rec {
15 pname = "celery-redbeat";
18 src = fetchFromGitHub {
22 hash = "sha256-pu4umhfNFZ30bQu5PcT2LYN4WGzFj4p4/qHm3pVIV+c=";
25 propagatedBuildInputs = [
38 pythonImportsCheck = [ "redbeat" ];
41 description = "Database-backed Periodic Tasks";
42 homepage = "https://github.com/celery/django-celery-beat";
43 license = licenses.bsd3;
44 maintainers = with maintainers; [ onny ];