python3Packages.pytest-rerunfailures: 16.3 -> 16.4

https://github.com/pytest-dev/pytest-rerunfailures/blob/16.4/CHANGES.rst
This commit is contained in:
Martin Weinelt
2026-07-12 17:33:29 +02:00
parent 17c5975cd6
commit dda336e772

View File

@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pytest-rerunfailures";
version = "16.3";
version = "16.4";
pyproject = true;
src = fetchFromGitHub {
owner = "pytest-dev";
repo = "pytest-rerunfailures";
tag = version;
hash = "sha256-T4l4AoUHvT6GjHyRK2TA3vPTxRicZ5pvgFgDtbkOGMw=";
hash = "sha256-wdUNGc50Yqrctc8OXBmgRwmHVjSeOq+ADRYcLtKSraM=";
};
build-system = [ setuptools ];