python312Packages.bthome-ble: 3.8.0 -> 3.8.1

This commit is contained in:
R. Ryantm 2024-03-18 09:13:21 +00:00
parent 587588276e
commit d0fe4b5f5f

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "bthome-ble";
version = "3.8.0";
version = "3.8.1";
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-P+37i7E1/OF3XKC828ycxYC9Zw+b8Bw5XrfPbL6sPVY=";
hash = "sha256-eaRFHrISxYovQLtNUPrgNw3ATClHqpZ+Us+JGmNNbyY=";
};
nativeBuildInputs = [