about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-12-06 21:23:55 +0100
committerGitHub <noreply@github.com>2023-12-06 21:23:55 +0100
commit6b255c9db2c54aea2912c30a597b83c672de1b6f (patch)
tree12a63c503352bb1bd0b79b58523659662a446fd2 /pkgs/development
parentbedd46ac6525a682daf11fc45cc09b623dbf5485 (diff)
parent6f55824d5e70a3da240b04feff72ca86aa1d6668 (diff)
Merge pull request #272470 from fabaff/habluetooth-bump
python311Packages.habluetooth: 0.6.1 -> 0.9.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/habluetooth/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/habluetooth/default.nix b/pkgs/development/python-modules/habluetooth/default.nix
index 5ed70ed10a852..237379c600fb7 100644
--- a/pkgs/development/python-modules/habluetooth/default.nix
+++ b/pkgs/development/python-modules/habluetooth/default.nix
@@ -17,7 +17,7 @@
 
 buildPythonPackage rec {
   pname = "habluetooth";
-  version = "0.6.1";
+  version = "0.9.0";
   pyproject = true;
 
   disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
     owner = "Bluetooth-Devices";
     repo = "habluetooth";
     rev = "refs/tags/v${version}";
-    hash = "sha256-Ha+tK3uThYvDcFsNA3JIzSG6IGUsAcls7ArJJpO3ZSQ=";
+    hash = "sha256-jAv3ygKsd2leHTR6FAIxaq+PtQbjauzyA+wvxTfTe2g=";
   };
 
   postPatch = ''