From 23c842ff8e31744cb65835c1d0916d1d9e1b79e1 Mon Sep 17 00:00:00 2001 From: Raphael Borun Das Gupta Date: Tue, 21 Oct 2025 09:07:19 +0200 Subject: [PATCH] python3{10,11,12,13}Packages.pytest-rerunfailures: 16.0.1 -> 16.1 diff: https://github.com/pytest-dev/pytest-rerunfailures/compare/16.0.1...16.1 --- .../python-modules/pytest-rerunfailures/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pytest-rerunfailures/default.nix b/pkgs/development/python-modules/pytest-rerunfailures/default.nix index afd0505c9dee..dd02efcf070f 100644 --- a/pkgs/development/python-modules/pytest-rerunfailures/default.nix +++ b/pkgs/development/python-modules/pytest-rerunfailures/default.nix @@ -11,16 +11,16 @@ buildPythonPackage rec { pname = "pytest-rerunfailures"; - version = "16.0.1"; + version = "16.1"; pyproject = true; - disabled = pythonOlder "3.9"; + disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "pytest-dev"; repo = "pytest-rerunfailures"; tag = version; - hash = "sha256-4/BgvfVcs7MdULlhafZypNzzag4ITALStHI1tIoAPL4="; + hash = "sha256-EvjgqJQb4Nw7rn/wVLfHoq9iUnJ4vQ1kwSL5fetHv6M="; }; build-system = [ setuptools ];