sewer: 0.8.1 -> 0.8.4

This commit is contained in:
R. Ryantm
2024-08-22 04:51:51 +00:00
parent 625941e1a9
commit 91bec0b65c
+2 -2
View File
@@ -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 ];