From 305527870e6c9b053be4620ce92f83ef20e79cb5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 11 Mar 2024 21:49:52 +0100 Subject: [PATCH] python311Packages.bthome-ble: 3.7.0 -> 3.8.0 Diff: https://github.com/Bluetooth-Devices/bthome-ble/compare/refs/tags/v3.7.0...v3.8.0 Changelog: https://github.com/bluetooth-devices/bthome-ble/blob/v3.8.0/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 3c167ad2bfbc..b869d89e8f16 100644 --- a/pkgs/development/python-modules/bthome-ble/default.nix +++ b/pkgs/development/python-modules/bthome-ble/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "bthome-ble"; - version = "3.7.0"; + version = "3.8.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "Bluetooth-Devices"; repo = "bthome-ble"; rev = "refs/tags/v${version}"; - hash = "sha256-ALLeJdEYCFtGZb7dO7xW8Mv331kmQpl0e/CUt9erjHc="; + hash = "sha256-P+37i7E1/OF3XKC828ycxYC9Zw+b8Bw5XrfPbL6sPVY="; }; nativeBuildInputs = [