python3Packages.smpplib: 2.2.0 -> 2.2.1

This commit is contained in:
Jonathan Ringer
2021-11-30 18:52:21 -08:00
parent 7638406a03
commit 00515d28d2
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "smpplib";
version = "2.2.0";
version = "2.2.1";
src = fetchPypi {
inherit pname version;
sha256 = "3d513178a35573f66faac4ef2127c4bd73307ddb463d145b17b013cf709d9ddd";
sha256 = "c0b01947b47e404f42ccb59e906b6e4eb507963c971d59b44350db0f29c76166";
};
propagatedBuildInputs = [ six ];