python310Packages.pylti: Normalize attribute and pname

This commit is contained in:
Martin Weinelt 2023-02-19 17:43:49 +00:00
parent 574ec98796
commit 0f7b057fa3
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
2 changed files with 4 additions and 3 deletions

View file

@ -21,7 +21,7 @@
}:
buildPythonPackage rec {
pname = "PyLTI";
pname = "pylti";
version = "0.7.0";
disabled = !isPy27;
@ -38,7 +38,8 @@ buildPythonPackage rec {
];
src = fetchPypi {
inherit pname version;
pname = "PyLTI";
inherit version;
sha256 = "80938a235b1ab390f6889a95237d087ea7adde5cc50fcae9c80c49898e8ee78e";
};

View file

@ -8337,7 +8337,7 @@ self: super: with self; {
pylpsd = callPackage ../development/python-modules/pylpsd { };
PyLTI = callPackage ../development/python-modules/pylti { };
pylti = callPackage ../development/python-modules/pylti { };
pylutron = callPackage ../development/python-modules/pylutron { };