14 version = "unstable-2022-09-02";
17 # Upstream was once mozes/smpp.pdu, but it's dead and Python 2 only.
18 src = fetchFromGitHub {
19 owner = "hologram-io";
21 rev = "20acc840ded958898eeb35ae9a18df9b29bdaaac";
22 hash = "sha256-/icVexc2S8sbJqn4ioeIhYxyDFIENuCfsFhl0uAHa9g=";
33 pythonImportsCheck = [ "smpp.pdu" ];
36 description = "Library for parsing Protocol Data Units (PDUs) in SMPP protocol";
37 homepage = "https://github.com/hologram-io/smpp.pdu";
38 license = licenses.asl20;
39 maintainers = with maintainers; [ flokli janik ];