From d7a54753c969f73069cd1b0b835f934a16681ae9 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 10 Mar 2026 15:48:49 +0000 Subject: [PATCH] python3Packages.pytest-celery: 1.2.1 -> 1.3.0 --- 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 f5d33616cc64..8c6677329249 100644 --- a/pkgs/development/python-modules/pytest-celery/default.nix +++ b/pkgs/development/python-modules/pytest-celery/default.nix @@ -21,14 +21,14 @@ buildPythonPackage rec { pname = "pytest-celery"; - version = "1.2.1"; + version = "1.3.0"; pyproject = true; src = fetchFromGitHub { owner = "celery"; repo = "pytest-celery"; tag = "v${version}"; - hash = "sha256-E8GO/00IC9kUvQLZmTFaK4FFQ7d+/tw/kVTQbAqRRRM="; + hash = "sha256-8qDnyMv0NxMFWGRbJ63Ye/dSRr8A6Azh2J5gkiwYYzI="; }; postPatch = ''