python311Packages.smpp-pdu: normalize folder & pname
This commit is contained in:
parent
f9538248e6
commit
d6503419df
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage {
|
||||
pname = "smpp.pdu";
|
||||
pname = "smpp-pdu";
|
||||
version = "unstable-2022-09-02";
|
||||
format = "pyproject";
|
||||
|
|
@ -13950,7 +13950,7 @@ self: super: with self; {
|
|||
|
||||
smpplib = callPackage ../development/python-modules/smpplib { };
|
||||
|
||||
smpp-pdu = callPackage ../development/python-modules/smpp.pdu { };
|
||||
smpp-pdu = callPackage ../development/python-modules/smpp-pdu { };
|
||||
|
||||
smtpdfix = callPackage ../development/python-modules/smtpdfix { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue