sewer: 0.7.3 -> 0.7.9

This commit is contained in:
Mario Rodas 2020-01-19 04:20:00 -05:00
parent d97a34cfcf
commit fc408d55e6

View File

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "sewer";
version = "0.7.3";
version = "0.7.9";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "12z4xvblis4xcmm2zbq4dkhjx5lsmcxx80gik2g1pqd2809rxsmy";
sha256 = "c083223d8aa66d4fc6801452d291a98540d1ee41557ce3e1754c62e73f7c9738";
};
propagatedBuildInputs = with python3Packages; [ pyopenssl requests tldextract ];