python312Packages.pytest-relaxed: 2.0.1 -> 2.0.2

This commit is contained in:
R. Ryantm 2024-03-30 00:36:07 +00:00
parent cd75d22750
commit 527a8747b1

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pytest-relaxed";
version = "2.0.1";
version = "2.0.2";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-U6c3Lj/qpSdAm7QDU/gTxZt2Dl2L1H5vb88YfF2W3Qw=";
hash = "sha256-lW6gKOww27+2gN2Oe0p/uPgKI5WV6Ius4Bi/LA1xgkg=";
};
buildInputs = [