Unverified Commit eefef4c6 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

python310Packages.smpplib: 2.2.1 -> 2.2.2
parents 2456b973 8d45810a
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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 ];
  };