From a4338f80baa2f6b41f2080f3a4465ef297d358f2 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 1 Dec 2024 07:49:30 +0000 Subject: [PATCH] python312Packages.pytest-celery: 1.1.1 -> 1.1.3 --- pkgs/development/python-modules/pytest-celery/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest-celery/default.nix b/pkgs/development/python-modules/pytest-celery/default.nix index 14241ea1465b..327bd997fad5 100644 --- a/pkgs/development/python-modules/pytest-celery/default.nix +++ b/pkgs/development/python-modules/pytest-celery/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "pytest-celery"; - version = "1.1.1"; + version = "1.1.3"; pyproject = true; disabled = pythonOlder "3.8"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "celery"; repo = "pytest-celery"; rev = "refs/tags/v${version}"; - hash = "sha256-LLbT2GjKvG8RisAgsCxI3iybJLLjbESZ9tCBKub8bj8="; + hash = "sha256-TUtKfGOxvVkiMhsUqyNDK08OTuzzKHrBiPU4JCKsIKM="; }; postPatch = ''