3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #204433 from fabaff/xiaomi-ble-bump

python310Packages.xiaomi-ble: 0.11.0 -> 0.12.2
This commit is contained in:
Fabian Affolter 2022-12-09 00:21:36 +01:00 committed by GitHub
commit e8092296dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Bluetooth-Devices"; owner = "Bluetooth-Devices";
repo = pname; repo = pname;
rev = "v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-MwKhoerfloFT5/x1darfMP/qF5sEy6LiKEogINIUq0c="; hash = "sha256-MwKhoerfloFT5/x1darfMP/qF5sEy6LiKEogINIUq0c=";
}; };
@ -55,6 +55,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Library for Xiaomi BLE devices"; description = "Library for Xiaomi BLE devices";
homepage = "https://github.com/Bluetooth-Devices/xiaomi-ble"; homepage = "https://github.com/Bluetooth-Devices/xiaomi-ble";
changelog = "https://github.com/Bluetooth-Devices/xiaomi-ble/releases/tag/v${version}";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ]; maintainers = with maintainers; [ fab ];
}; };