python313Packages.thermopro-ble: 1.0.0 -> 1.1.0

Diff: https://github.com/bluetooth-devices/thermopro-ble/compare/v1.0.0...v1.1.0

Changelog: https://github.com/Bluetooth-Devices/thermopro-ble/blob/v1.1.0/CHANGELOG.md

Changed files
+2 -2
pkgs
development
python-modules
thermopro-ble
+2 -2
pkgs/development/python-modules/thermopro-ble/default.nix
···
buildPythonPackage rec {
pname = "thermopro-ble";
-
version = "1.0.0";
+
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "bluetooth-devices";
repo = "thermopro-ble";
tag = "v${version}";
-
hash = "sha256-AlMwpDUFNz98KZRLi9TVqZ9sPXdLcVCvvVa0PXlv4q4=";
+
hash = "sha256-m4koagyGOOuwFCctQK1oz5riwCbrC0I8js+bnrHxwMY=";
};
build-system = [ poetry-core ];