python3Packages.celery-types: 0.23.0 -> 0.24.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:23 +01:00
parent 035021801a
commit ce4ee1e3c1
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "celery-types";
version = "0.23.0";
version = "0.24.0";
pyproject = true;
src = fetchPypi {
pname = "celery_types";
inherit version;
hash = "sha256-QC7QVVrqPNXh5iSPRjLk8Y7sjtskNRc/nm3AhEn6EB4=";
hash = "sha256-yT+80LBKnpwvVdVUCspKoepMwGqHDAyN7lBi/dWWY/4=";
};
nativeBuildInputs = [ poetry-core ];