Loading pkgs/development/python-modules/pathvalidate/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
pkgs/development/python-modules/pathvalidate/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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. Loading