Merge pull request #220946 from r-ryantm/auto-update/python310Packages.smpplib

python310Packages.smpplib: 2.2.1 -> 2.2.2
This commit is contained in:
Weijia Wang 2023-03-16 22:10:41 +02:00 committed by GitHub
commit eefef4c67c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,12 @@
buildPythonPackage rec {
pname = "smpplib";
version = "2.2.1";
version = "2.2.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "c0b01947b47e404f42ccb59e906b6e4eb507963c971d59b44350db0f29c76166";
sha256 = "sha256-8hkec7JNupTyiJvy6hpgru9r1Dr9Pdu8Yy1+QdnzDkc=";
};
propagatedBuildInputs = [
@ -36,6 +37,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "SMPP library for Python";
homepage = "https://github.com/python-smpplib/python-smpplib";
changelog = "https://github.com/python-smpplib/python-smpplib/releases/tag/${version}";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ globin ];
};