python310Packages.bthome-ble: 0.3.8 -> 0.4.0

This commit is contained in:
Fabian Affolter 2022-08-26 23:49:29 +02:00
parent 4ee7b35fb0
commit 593f974c75

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "bthome-ble";
version = "0.3.8";
version = "0.4.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "v${version}";
hash = "sha256-J5i9r2bZtiEOqkQJ6yhTWboqvgo2gsi8z6XeyxtHwSw=";
hash = "sha256-pL9b3ocjx81tU+U6C1kOe28HM23dsuE7hkoOUV4YBAQ=";
};
nativeBuildInputs = [