Merge pull request #188190 from fabaff/bthome-ble-bump

python310Packages.bthome-ble: 0.3.2 -> 0.3.5
This commit is contained in:
Fabian Affolter 2022-08-24 19:08:06 +02:00 committed by GitHub
commit 435bb4ba1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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