From fda1ef85ab17767d6c6bd5d834ecab723767102c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 9 Mar 2025 03:34:16 +0000 Subject: [PATCH] python312Packages.celery-types: 0.22.0 -> 0.23.0 --- pkgs/development/python-modules/celery-types/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/celery-types/default.nix b/pkgs/development/python-modules/celery-types/default.nix index 53ed8e4f2512..660640123443 100644 --- a/pkgs/development/python-modules/celery-types/default.nix +++ b/pkgs/development/python-modules/celery-types/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "celery-types"; - version = "0.22.0"; + version = "0.23.0"; pyproject = true; disabled = pythonOlder "3.10"; @@ -17,7 +17,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "celery_types"; inherit version; - hash = "sha256-DsrS+lpu3tCh+Rnl4eOBzC/wY1/ksh21O0ZhtodtWzA="; + hash = "sha256-QC7QVVrqPNXh5iSPRjLk8Y7sjtskNRc/nm3AhEn6EB4="; }; nativeBuildInputs = [ poetry-core ];