python310Packages.bthome-ble: 2.4.0 -> 2.4.1

Changelog: https://github.com/bluetooth-devices/bthome-ble/blob/v2.4.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-01-05 21:57:24 +01:00 committed by Martin Weinelt
parent dd9ef620fa
commit 744030f87c

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "bthome-ble";
version = "2.4.0";
version = "2.4.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-BLRXoKZkSWgzGIztwmO8El8pF25QBrTEX05FWXZrHxc=";
hash = "sha256-BGUqvlikvlZbGB5pNo03QIfG1BBRZFl3/MKymQ/yBxM=";
};
nativeBuildInputs = [