python310Packages.pathvalidate: 2.5.1 -> 2.5.2

This commit is contained in:
R. Ryantm
2022-08-21 01:42:59 +00:00
parent 6895427d34
commit 8bba8d2e12
@@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "pathvalidate";
version = "2.5.1";
version = "2.5.2";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-u8J+ZTM1q6eTWireIpliLnapSHvJAEzc8UQc6NL/SlQ=";
sha256 = "sha256-X/V9D6vl7Lek8eSVe/61rYq1q0wPpx95xrvCS9m30U0=";
};
# Requires `pytest-md-report`, causing infinite recursion.