From 32da7d2817f47f734bb3b9190cc594012a8955e1 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 24 Mar 2026 19:51:24 +0000 Subject: [PATCH] python3Packages.pytest-check: 2.7.6 -> 2.8.0 --- 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 e87a8a366cb1..cef4184d1136 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.6"; + version = "2.8.0"; pyproject = true; src = fetchPypi { pname = "pytest_check"; inherit version; - hash = "sha256-D3Rd9Jrsg9b4DVPrnTqRlba5lhNHeb8QWUvItG2X+Bg="; + hash = "sha256-xC4I3dQa2cOHvRbvpmSt5d7016pcYHsFup4l9aq6cMI="; }; build-system = [ hatchling ];