python312Packages.celery-redbeat: 2.2.0 -> 2.3.2 (#385483)

This commit is contained in:
Jonas Heinrich
2025-03-04 09:50:47 +01:00
committed by GitHub
@@ -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 = [