about summary refs log tree commit diff
path: root/pkgs/development/python-modules/bthome-ble
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-08-29 20:25:29 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-08-29 20:25:29 +0200
commit1c6458534d5d2179cc45a0cb699f17fd4e3c49f6 (patch)
tree4425beb3d773953f7519ba8e5bc6b073a5f686aa /pkgs/development/python-modules/bthome-ble
parent11067cee9c64ba016971fba4d58cf005af9b3002 (diff)
python310Packages.bthome-ble: 0.4.0 -> 0.5.0
Diffstat (limited to 'pkgs/development/python-modules/bthome-ble')
-rw-r--r--pkgs/development/python-modules/bthome-ble/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bthome-ble/default.nix b/pkgs/development/python-modules/bthome-ble/default.nix
index c2e26fcac4497..d76f2bcccedd7 100644
--- a/pkgs/development/python-modules/bthome-ble/default.nix
+++ b/pkgs/development/python-modules/bthome-ble/default.nix
@@ -12,7 +12,7 @@
 
 buildPythonPackage rec {
   pname = "bthome-ble";
-  version = "0.4.0";
+  version = "0.5.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
     owner = "Bluetooth-Devices";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-pL9b3ocjx81tU+U6C1kOe28HM23dsuE7hkoOUV4YBAQ=";
+    hash = "sha256-Ipi3XXPWxtQJIE2hzFdF/gnp+HqYdwtFtRrHfDcGgew=";
   };
 
   nativeBuildInputs = [