Merge pull request #235703 from r-ryantm/auto-update/python310Packages.pytest-relaxed

python310Packages.pytest-relaxed: 2.0.0 -> 2.0.1

authored by

Fabian Affolter and committed by
GitHub
e84e355c f3b62602

+2 -2
+2 -2
pkgs/development/python-modules/pytest-relaxed/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "pytest-relaxed"; 14 - version = "2.0.0"; 14 + version = "2.0.1"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.6"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - hash = "sha256-Szc8x1Rmb/YPVCWmnLQUZCwqEc56RsjOBmpzjkCSyjk="; 21 + hash = "sha256-U6c3Lj/qpSdAm7QDU/gTxZt2Dl2L1H5vb88YfF2W3Qw="; 22 22 }; 23 23 24 24 buildInputs = [