python3Packages.thermopro-ble: 1.1.0 -> 1.1.2 (#462205)
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "thermopro-ble";
|
pname = "thermopro-ble";
|
||||||
version = "1.1.0";
|
version = "1.1.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
@@ -23,7 +23,7 @@ buildPythonPackage rec {
|
|||||||
owner = "bluetooth-devices";
|
owner = "bluetooth-devices";
|
||||||
repo = "thermopro-ble";
|
repo = "thermopro-ble";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-m4koagyGOOuwFCctQK1oz5riwCbrC0I8js+bnrHxwMY=";
|
hash = "sha256-xn6scfK2nz2AU4DkUOVj3drku0hOzZSgeBiBudnH2bU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
@@ -45,7 +45,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Library for Thermopro BLE devices";
|
description = "Library for Thermopro BLE devices";
|
||||||
homepage = "https://github.com/bluetooth-devices/thermopro-ble";
|
homepage = "https://github.com/bluetooth-devices/thermopro-ble";
|
||||||
changelog = "https://github.com/Bluetooth-Devices/thermopro-ble/blob/${src.tag}/CHANGELOG.md";
|
changelog = "https://github.com/Bluetooth-Devices/thermopro-ble/releases/tag/${src.tag}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user