python311Packages.smpp-pdu: normalize folder & pname

This commit is contained in:
Felix Buehler 2024-04-19 21:32:17 +02:00
parent f9538248e6
commit d6503419df
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
}:
buildPythonPackage {
pname = "smpp.pdu";
pname = "smpp-pdu";
version = "unstable-2022-09-02";
format = "pyproject";

View File

@ -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 { };