Unverified Commit cc8ebf77 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.uritools: 6.0.1 -> 6.0.2 (#512523)

parents 55fe7c84 d61b78b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@

buildPythonPackage rec {
  pname = "uritools";
  version = "6.0.1";
  version = "6.0.2";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-L56cuVTnh3Iysshj9ySkSgbrmNnH691pkUh26Uh7lPg=";
    hash = "sha256-TWccO4yiMKXUfvpfimk/PQFTHzj09SMXApm+c0zJhRs=";
  };

  build-system = [ setuptools ];