summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-02-14 12:49:55 +0000
committerGitHub <noreply@github.com>2023-02-14 12:49:55 +0000
commit6655a15b7f3cf7e9f5e14cdc70452e974fb69e6b (patch)
tree99cbeeab9fac73ac8da252371a54b2f2943954d3
parent6c98e560bcc3b35a21c93655c4fcc651e7a3b761 (diff)
parent28fe8687bdc8d9cc0a9066b475dc92a70585b6eb (diff)
downloadnixpkgs-6655a15b7f3cf7e9f5e14cdc70452e974fb69e6b.tar
nixpkgs-6655a15b7f3cf7e9f5e14cdc70452e974fb69e6b.tar.gz
nixpkgs-6655a15b7f3cf7e9f5e14cdc70452e974fb69e6b.tar.bz2
nixpkgs-6655a15b7f3cf7e9f5e14cdc70452e974fb69e6b.tar.lz
nixpkgs-6655a15b7f3cf7e9f5e14cdc70452e974fb69e6b.tar.xz
nixpkgs-6655a15b7f3cf7e9f5e14cdc70452e974fb69e6b.tar.zst
nixpkgs-6655a15b7f3cf7e9f5e14cdc70452e974fb69e6b.zip
Merge pull request #216266 from fabaff/home-assistant-bluetooth-bump
python310Packages.home-assistant-bluetooth: 1.9.2 -> 1.9.3
-rw-r--r--pkgs/development/python-modules/home-assistant-bluetooth/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/home-assistant-bluetooth/default.nix b/pkgs/development/python-modules/home-assistant-bluetooth/default.nix
index 30e14717273..06f7946b1ef 100644
--- a/pkgs/development/python-modules/home-assistant-bluetooth/default.nix
+++ b/pkgs/development/python-modules/home-assistant-bluetooth/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "home-assistant-bluetooth";
-  version = "1.9.2";
+  version = "1.9.3";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
     owner = "home-assistant-libs";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-8RGwWx/I6Log7qyGiP+LAWC1GCG2A7UEXnO5fGoTsb4=";
+    hash = "sha256-7wZocfTYTwTBwm61hKmIS4xlHq2nSvC6p8SlklnHq4M=";
   };
 
   postPatch = ''