python312Packages.thermopro-ble: 0.10.1 -> 0.11.0 (#381312)

Changed files
+3 -3
pkgs
development
python-modules
thermopro-ble
+3 -3
pkgs/development/python-modules/thermopro-ble/default.nix
···
buildPythonPackage rec {
pname = "thermopro-ble";
-
version = "0.10.1";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "bluetooth-devices";
repo = "thermopro-ble";
tag = "v${version}";
-
hash = "sha256-OGUgWiD/4a2A40wut70YAvwBREpB9xjN0YcFpu411z4=";
};
build-system = [ poetry-core ];
···
meta = with lib; {
description = "Library for Thermopro BLE devices";
homepage = "https://github.com/bluetooth-devices/thermopro-ble";
-
changelog = "https://github.com/Bluetooth-Devices/thermopro-ble/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};
···
buildPythonPackage rec {
pname = "thermopro-ble";
+
version = "0.11.0";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "bluetooth-devices";
repo = "thermopro-ble";
tag = "v${version}";
+
hash = "sha256-3GgFRY36KMcMWxwjLgzuJB++DZ2TMdQQruen1gLHAbk=";
};
build-system = [ poetry-core ];
···
meta = with lib; {
description = "Library for Thermopro BLE devices";
homepage = "https://github.com/bluetooth-devices/thermopro-ble";
+
changelog = "https://github.com/Bluetooth-Devices/thermopro-ble/blob/${src.tag}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};