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

sewer: 0.8.1 -> 0.8.4
This commit is contained in:
Kevin Cox 2024-08-22 08:51:07 -04:00 committed by GitHub
commit 8946ec5b37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "sewer"; pname = "sewer";
version = "0.8.1"; version = "0.8.4";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0s8f0w6nv8dcs5yw7rn49981b3c9mnnx4f6wzqw4zha0rpp60z22"; sha256 = "sha256-a4VdbZY8pYxrXIaUHJpnLuTB928tJn4UCdnt+m8UBug=";
}; };
propagatedBuildInputs = with python3Packages; [ pyopenssl requests tldextract ]; propagatedBuildInputs = with python3Packages; [ pyopenssl requests tldextract ];