python310Packages.tplink-omada-client: 1.1.5 -> 1.2.3

Changelog: https://github.com/MarkGodwin/tplink-omada-api/releases/tag/release%2Fv1.2.3
This commit is contained in:
Fabian Affolter 2023-04-16 16:16:31 +02:00
parent 8ca3f7a459
commit c62a52ff59

View File

@ -1,5 +1,6 @@
{ lib
, aiohttp
, awesomeversion
, buildPythonPackage
, fetchPypi
, hatchling
@ -9,7 +10,7 @@
buildPythonPackage rec {
pname = "tplink-omada-client";
version = "1.1.5";
version = "1.2.3";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -17,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "tplink_omada_client";
inherit version;
hash = "sha256-fx954JstCdvJQY1xgoqcfJpB8fZSS4kST/f3yiJZ7lA=";
hash = "sha256-6c4xWa4XGtnEb3n7oL95oA6bqwaRrHCOn6WCi/xg3Sg=";
};
nativeBuildInputs = [
@ -26,6 +27,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
aiohttp
awesomeversion
];
# Module have no tests