about summary refs log tree commit diff
path: root/pkgs/development/python-modules/tplink-omada-client/default.nix
diff options
context:
space:
mode:
authorKasper Gałkowski <k@galkowski.xyz>2023-03-14 17:03:07 +0100
committerKasper Gałkowski <k@galkowski.xyz>2023-03-14 17:07:39 +0100
commite5eb0322a2f7c235c64662b4dce720b62111fc88 (patch)
tree71ebb5b481e62b15362414a03c7f3fe1bfc1e67c /pkgs/development/python-modules/tplink-omada-client/default.nix
parent97ec9764a4c2a23eef5c505183c858a3ae80606c (diff)
parent9e91539bb454af74b2e8f012e1aae08cb8abd9ff (diff)
merge master
Diffstat (limited to 'pkgs/development/python-modules/tplink-omada-client/default.nix')
-rw-r--r--pkgs/development/python-modules/tplink-omada-client/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/tplink-omada-client/default.nix b/pkgs/development/python-modules/tplink-omada-client/default.nix
index c51830b7fc7b6..9622e67b41b94 100644
--- a/pkgs/development/python-modules/tplink-omada-client/default.nix
+++ b/pkgs/development/python-modules/tplink-omada-client/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "tplink-omada-client";
-  version = "1.1.0";
+  version = "1.1.3";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "tplink_omada_client";
     inherit version;
-    hash = "sha256-p58W6PIYdimJz8Cdzv/rr8GRW1wLcb0jnhNxkbuQiBo=";
+    hash = "sha256-Ppo/vv15fcwN7qTiLO8umF6ig3C8k0Z974znviWcY8c=";
   };
 
   nativeBuildInputs = [
@@ -38,6 +38,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "Library for the TP-Link Omada SDN Controller API";
     homepage = "https://github.com/MarkGodwin/tplink-omada-api";
+    changelog = "https://github.com/MarkGodwin/tplink-omada-api/releases/tag/release%2Fv${version}";
     license = licenses.mit;
     maintainers = with maintainers; [ fab ];
   };