python3Packages.celery-redbeat: 2.3.2 -> 2.3.3

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:58:48 +02:00
parent 63e9c5cb5c
commit c6c2544221
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "celery-redbeat";
version = "2.3.2";
version = "2.3.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "sibson";
repo = "redbeat";
tag = "v${version}";
hash = "sha256-nUVioETVIAjLPOmhBSf+bOUsYuV1C1VGwHz5KjbIjHc=";
hash = "sha256-bptEAOVxuwj9Y7LyBhtMU22Z1uCiJ4O4BZT2ytqQI80=";
};
propagatedBuildInputs = [