about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-12-25 16:52:12 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-12-25 16:52:12 +0100
commitad4dd95237f7100747d09d0658faeb350cf124f8 (patch)
tree5c2518f534c32d5f423b95c68768fb193065343d
parent96842d71957848eff61859687d75f42ad567edbb (diff)
python310Packages.bleak-retry-connector: 2.10.2 -> 2.11.0
Changelog: https://github.com/bluetooth-devices/bleak-retry-connector/blob/v2.11.0/CHANGELOG.md
-rw-r--r--pkgs/development/python-modules/bleak-retry-connector/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bleak-retry-connector/default.nix b/pkgs/development/python-modules/bleak-retry-connector/default.nix
index 320f009ef35ff..c9ef99de035b2 100644
--- a/pkgs/development/python-modules/bleak-retry-connector/default.nix
+++ b/pkgs/development/python-modules/bleak-retry-connector/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "bleak-retry-connector";
-  version = "2.10.2";
+  version = "2.11.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "Bluetooth-Devices";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-9s7Ff7lH7a/zoV0blrp5tOZoZkBDAoSZx5aL9VQyzFo=";
+    hash = "sha256-4eCxqLbeKycqk2zUY5ve7wBYwLOuL4QvLyNzHEigBeQ=";
   };
 
   postPatch = ''
@@ -60,6 +60,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "Connector for Bleak Clients that handles transient connection failures";
     homepage = "https://github.com/bluetooth-devices/bleak-retry-connector";
+    changelog = "https://github.com/bluetooth-devices/bleak-retry-connector/blob/v${version}/CHANGELOG.md";
     license = licenses.mit;
     maintainers = with maintainers; [ fab ];
   };