From aea4955c4401685aece2e839e25616c739b59d33 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 8 Mar 2026 08:37:38 +0000 Subject: [PATCH] python3Packages.pytest-check: 2.7.1 -> 2.7.6 --- pkgs/development/python-modules/pytest-check/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest-check/default.nix b/pkgs/development/python-modules/pytest-check/default.nix index 704ddf59e282..e87a8a366cb1 100644 --- a/pkgs/development/python-modules/pytest-check/default.nix +++ b/pkgs/development/python-modules/pytest-check/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "pytest-check"; - version = "2.7.1"; + version = "2.7.6"; pyproject = true; src = fetchPypi { pname = "pytest_check"; inherit version; - hash = "sha256-7jTNoczFAF3inFP7ztPWXXFLtTbZD1aSdI8fFN+p90U="; + hash = "sha256-D3Rd9Jrsg9b4DVPrnTqRlba5lhNHeb8QWUvItG2X+Bg="; }; build-system = [ hatchling ];