about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-12-08 14:16:51 +0100
committerGitHub <noreply@github.com>2022-12-08 14:16:51 +0100
commit2cf6e71cd7491b6d927281a43703241c40c28fb8 (patch)
treecbdd99d62de630e1084cbbda966784867a9c014c /pkgs
parentd15d43bb8b4048126279dc470d8f72d61fbdc9f5 (diff)
parent1b501f52e6ef5b94630aa3372d1bf61ca098069e (diff)
Merge pull request #205106 from r-ryantm/auto-update/python3.10-pyvesync
python310Packages.pyvesync: 2.0.4 -> 2.1.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pyvesync/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pyvesync/default.nix b/pkgs/development/python-modules/pyvesync/default.nix
index 58cb26d1e9bbf..25e075b31806c 100644
--- a/pkgs/development/python-modules/pyvesync/default.nix
+++ b/pkgs/development/python-modules/pyvesync/default.nix
@@ -31,6 +31,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "Python library to manage Etekcity Devices and Levoit Air Purifier";
     homepage = "https://github.com/webdjoe/pyvesync";
+    changelog = "https://github.com/webdjoe/pyvesync/releases/tag/${version}";
     license = with licenses; [ mit ];
     maintainers = with maintainers; [ fab ];
   };