Commit 752d60d0 authored by R. RyanTM's avatar R. RyanTM Committed by Jonathan Ringer
Browse files

python310Packages.pathvalidate: 2.5.0 -> 2.5.1

parent b92a146c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.