python310Packages.pathvalidate: 2.5.0 -> 2.5.1

This commit is contained in:
R. Ryantm
2022-08-01 08:49:05 +00:00
committed by Jonathan Ringer
parent b92a146c14
commit 752d60d0a3

View File

@@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "pathvalidate";
version = "2.5.0";
version = "2.5.1";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "119ba36be7e9a405d704c7b7aea4b871c757c53c9adc0ed64f40be1ed8da2781";
sha256 = "sha256-u8J+ZTM1q6eTWireIpliLnapSHvJAEzc8UQc6NL/SlQ=";
};
# Requires `pytest-md-report`, causing infinite recursion.