Unverified Commit 8946ec5b authored by Kevin Cox's avatar Kevin Cox Committed by GitHub
Browse files

Merge pull request #336470 from r-ryantm/auto-update/sewer

sewer: 0.8.1 -> 0.8.4
parents d19b041d 91bec0b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

python3Packages.buildPythonApplication rec {
  pname = "sewer";
  version = "0.8.1";
  version = "0.8.4";

  src = fetchPypi {
    inherit pname version;
    sha256 = "0s8f0w6nv8dcs5yw7rn49981b3c9mnnx4f6wzqw4zha0rpp60z22";
    sha256 = "sha256-a4VdbZY8pYxrXIaUHJpnLuTB928tJn4UCdnt+m8UBug=";
  };

  propagatedBuildInputs = with python3Packages; [ pyopenssl requests tldextract ];