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

sewer: 0.7.0 -> 0.7.3
This commit is contained in:
Mario Rodas 2020-01-19 08:58:08 -05:00 committed by GitHub
commit a58ddbe232
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "sewer";
version = "0.7.0";
version = "0.7.9";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "16j4npqj3fdj3g2z7nqb0cvvxd85xk20g9c43f3q8a1k5psf1fmq";
sha256 = "c083223d8aa66d4fc6801452d291a98540d1ee41557ce3e1754c62e73f7c9738";
};
propagatedBuildInputs = with python3Packages; [ pyopenssl requests tldextract ];
@ -16,6 +16,5 @@ python3Packages.buildPythonApplication rec {
description = "ACME client";
license = licenses.mit;
maintainers = with maintainers; [ kevincox ];
platforms = platforms.linux;
};
}