From 7db633effdfecf51012b609692260b57d0cfbc7b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 13 May 2023 09:23:14 +0200 Subject: [PATCH] python311Packages.bthome-ble: 2.11.0 -> 2.11.2 Diff: https://github.com/Bluetooth-Devices/bthome-ble/compare/refs/tags/v2.11.0...v2.11.2 Changelog: https://github.com/bluetooth-devices/bthome-ble/blob/v2.11.2/CHANGELOG.md --- pkgs/development/python-modules/bthome-ble/default.nix | 4 ++-- 1 file 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 9336a83aacec..fcaf93f9f2e6 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 = "2.11.0"; + version = "2.11.2"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "Bluetooth-Devices"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-VCdXkUdSFX7ARVtgcbsRgh9Kcy490PA+HrT0Eaj8KvI="; + hash = "sha256-U0R4WWgXtfP1vvrGdJl70xO88YhvxwJYDnMiN4B+Waw="; }; nativeBuildInputs = [