python313Packages.xiaomi-ble: 1.4.0 -> 1.4.1
Diff: https://github.com/Bluetooth-Devices/xiaomi-ble/compare/v1.4.0...v1.4.1 Changelog: https://github.com/Bluetooth-Devices/xiaomi-ble/releases/tag/v1.4.1
This commit is contained in:
@@ -18,14 +18,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "xiaomi-ble";
|
||||
version = "1.4.0";
|
||||
version = "1.4.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Bluetooth-Devices";
|
||||
repo = "xiaomi-ble";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-iDQF4ZW9+bOImZVX+MpGj7QeBkgxf15gXjXi9pa9+iM=";
|
||||
hash = "sha256-hZIhMBeF0YN0+dWQPyKf/6LQPq9MKYAE54lvhAvWZCY=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
Reference in New Issue
Block a user