python310Packages.pytest-repeat: 0.9.1 -> 0.9.2

This commit is contained in:
R. Ryantm 2023-10-02 07:05:30 +00:00
parent 58aa673711
commit d4471d8b19

View file

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "pytest-repeat";
version = "0.9.1";
version = "0.9.2";
src = fetchPypi {
inherit pname version;
sha256 = "5cd3289745ab3156d43eb9c8e7f7d00a926f3ae5c9cf425bec649b2fe15bad5b";
sha256 = "sha256-eWc0Ra6ZruMzuBHH0AN660CPkzuImDdf8vT/8eO6aGs=";
};
nativeBuildInputs = [