python312Packages.celery-redbeat: 2.2.0 -> 2.3.2

This commit is contained in:
R. Ryantm 2025-02-27 06:43:28 +00:00
parent 726188fd70
commit 01b8650e19

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "celery-redbeat";
version = "2.2.0";
version = "2.3.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "sibson";
repo = "redbeat";
tag = "v${version}";
hash = "sha256-lAEbhRTp0jYrCgHaTvPrl+lW1NRezmmTqAnUmLdpVwY=";
hash = "sha256-nUVioETVIAjLPOmhBSf+bOUsYuV1C1VGwHz5KjbIjHc=";
};
propagatedBuildInputs = [