python310Packages.bthome-ble: 2.2.1 -> 2.3.1

https://github.com/bluetooth-devices/bthome-ble/blob/v2.3.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2022-11-20 00:29:49 +01:00
parent f8fed40198
commit 4a620712e2

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "bthome-ble";
version = "2.2.1";
version = "2.3.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -20,8 +20,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-IaDnQCZJZipiPW6lOLrdxw7QfPx/zlwaizkBxv8I2V8=";
rev = "refs/tags/v${version}";
hash = "sha256-4KsMYQQN/4A2sbk2Fj8CYOBf7/UAciJ4wTSFYZaCfdk=";
};
nativeBuildInputs = [