Merge pull request #300124 from r-ryantm/auto-update/python312Packages.pytest-relaxed

python312Packages.pytest-relaxed: 2.0.1 -> 2.0.2
This commit is contained in:
Nick Cao 2024-03-30 10:19:22 -04:00 committed by GitHub
commit 4bbfc1273f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [