about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-09-16 13:31:52 +0200
committerGitHub <noreply@github.com>2023-09-16 13:31:52 +0200
commit5684be711fc79b2759b302d31fab28ef85c76209 (patch)
treef90db63d4fc9105a144ea5d250a44c2bdad7001b
parent9b06a110a836df561f98629718deb1db6044d139 (diff)
parent43fd960cdc9d47f8d5c405f1113a5d7943c0284d (diff)
Merge pull request #255448 from r-ryantm/auto-update/python310Packages.ring-doorbell
python310Packages.ring-doorbell: 0.7.2 -> 0.7.3
-rw-r--r--pkgs/development/python-modules/ring-doorbell/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ring-doorbell/default.nix b/pkgs/development/python-modules/ring-doorbell/default.nix
index a484f6bff0b44..321615b4b85ed 100644
--- a/pkgs/development/python-modules/ring-doorbell/default.nix
+++ b/pkgs/development/python-modules/ring-doorbell/default.nix
@@ -12,7 +12,7 @@
 
 buildPythonPackage rec {
   pname = "ring-doorbell";
-  version = "0.7.2";
+  version = "0.7.3";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "ring_doorbell";
     inherit version;
-    hash = "sha256-Cn6Cq/JwhoQ+s5wCefXfzOpnUf+EhWDmcVTKb7+k7ys=";
+    hash = "sha256-HYRuQZpdtBkVfFBdqQupAjzQpLIBvKGm42cCumc03GM=";
   };
 
   propagatedBuildInputs = [
@@ -42,6 +42,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "Python library to communicate with Ring Door Bell";
     homepage = "https://github.com/tchellomello/python-ring-doorbell";
+    changelog = "https://github.com/tchellomello/python-ring-doorbell/releases/tag/${version}";
     license = licenses.lgpl3Plus;
     maintainers = with maintainers; [ graham33 ];
   };