From 3cce5e7b5808d593bfa8f7209cc72d43a100ff7c Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 21 Jan 2026 18:37:34 +0100 Subject: [PATCH] python3Packages.pytest-resource-path: 1.4.0 -> 1.4.1 This commit was automatically generated using update-python-libraries. --- .../python-modules/pytest-resource-path/default.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/pkgs/development/python-modules/pytest-resource-path/default.nix b/pkgs/development/python-modules/pytest-resource-path/default.nix index de1c1fc255a2..92573dfdcb0a 100644 --- a/pkgs/development/python-modules/pytest-resource-path/default.nix +++ b/pkgs/development/python-modules/pytest-resource-path/default.nix @@ -11,21 +11,16 @@ buildPythonPackage rec { pname = "pytest-resource-path"; - version = "1.4.0"; + version = "1.4.1"; pyproject = true; src = fetchFromGitHub { owner = "yukihiko-shinoda"; repo = "pytest-resource-path"; tag = "v${version}"; - hash = "sha256-9OBO9b02RrXilXUucerQQMTaQIRXtbcKCHqwwp9tBto="; + hash = "sha256-f0jN6V6tQRbr/DHOKKTrFCb1EBUUxZAQRckMy2iiVqI="; }; - postPatch = '' - substituteInPlace setup.cfg \ - --replace "pytest-runner" "" - ''; - build-system = [ setuptools ]; buildInputs = [ pytest ];