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

python310Packages.bthome-ble: 0.2.2 -> 0.3.2
This commit is contained in:
Fabian Affolter 2022-08-23 09:20:11 +02:00 committed by GitHub
commit 5e804cd8a2
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.2.2";
version = "0.3.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "v${version}";
hash = "sha256-p1ySTp+/gMUo8XWox2s+M7ees6GlxpGCZxNNEJpQbj8=";
hash = "sha256-gWMqYvBKcGlLqbsZ4Hb+LCg0ywIokZwqiMXoD3rJ1MI=";
};
nativeBuildInputs = [