python3Packages.habluetooth: 5.11.2 -> 6.1.0
Diff: https://github.com/Bluetooth-Devices/habluetooth/compare/v5.11.2...v6.1.0 Changelog: https://github.com/Bluetooth-Devices/habluetooth/blob/v6.1.0/CHANGELOG.md
This commit is contained in:
committed by
Martin Weinelt
parent
656aacd913
commit
a62b74afb4
@@ -20,14 +20,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "habluetooth";
|
||||
version = "5.11.2";
|
||||
version = "6.1.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Bluetooth-Devices";
|
||||
repo = "habluetooth";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-/5oJOSNP3vbmX7V8m6LLomNAvRzV2hM0vMCbwjFBmbg=";
|
||||
hash = "sha256-/A+7u8mMZMiloHz0fnlQAQDe7DcrgFBU0IOaZJEdkKo=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user