python310Packages.bthome-ble: 0.3.6 -> 0.3.6

This commit is contained in:
Fabian Affolter 2022-08-25 08:55:46 +02:00
parent 01cde92abb
commit 33a0ad9b36

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "bthome-ble";
version = "0.3.5";
version = "0.3.6";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "v${version}";
hash = "sha256-Us7tKFrTVD5q9ukxV83MrbMTYzp6w35RLgjSQ0cl6Dw=";
hash = "sha256-Y8BKBi5DZYpUtcJS6lLD+dVPhtL2xavQcPymVhdl7Zw=";
};
nativeBuildInputs = [