python3Packages.pytest-rerunfailures: 11.1.1 → 11.1.2

This commit is contained in:
Raphael Borun Das Gupta 2023-04-04 04:48:57 +02:00
parent 834334f2c2
commit 7dd900af6f

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pytest-rerunfailures";
version = "11.1.1";
version = "11.1.2";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-rKtEft/3wpp2uEECB8SNoBQGoWFlPJmjJc9XA9ROsWI=";
hash = "sha256-VWEWYehz8cr6OEyC8I0HiDlU9LdkNfS4pbRwwZVFc94=";
};
nativeBuildInputs = [ setuptools ];