From 78d2a315d01e7442f5c44a02a77ddfba2f112d4c Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 1 Apr 2025 07:14:35 +0200 Subject: [PATCH] python3Packages.pytest-check: 2.4.1 -> 2.5.2 https://github.com/okken/pytest-check/releases/tag/2.5.2 This commit was automatically generated using update-python-libraries. --- 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 e73940edb312..6e10824cd43f 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.4.1"; + version = "2.5.2"; pyproject = true; src = fetchPypi { pname = "pytest_check"; inherit version; - hash = "sha256-UiTvzvBZv38M2iU/jQ9icEtIGf9IyT9RxnWupqAU9lA="; + hash = "sha256-Ex+letLw4h45iG4FJVFCu1hOYYgaXkWE/QaxSq5j7l0="; }; nativeBuildInputs = [ flit-core ];