python313Packages.thermopro-ble: 0.11.0 -> 0.13.0

Diff: https://github.com/bluetooth-devices/thermopro-ble/compare/refs/tags/v0.11.0...refs/tags/v0.13.0

Changelog: https://github.com/Bluetooth-Devices/thermopro-ble/blob/v0.13.0/CHANGELOG.md

authored by Robert Schütz and committed by Martin Weinelt 94bc6d3e 6a3b9a96

+2 -2
+2 -2
pkgs/development/python-modules/thermopro-ble/default.nix
··· 13 14 buildPythonPackage rec { 15 pname = "thermopro-ble"; 16 - version = "0.11.0"; 17 pyproject = true; 18 19 disabled = pythonOlder "3.9"; ··· 22 owner = "bluetooth-devices"; 23 repo = "thermopro-ble"; 24 tag = "v${version}"; 25 - hash = "sha256-3GgFRY36KMcMWxwjLgzuJB++DZ2TMdQQruen1gLHAbk="; 26 }; 27 28 build-system = [ poetry-core ];
··· 13 14 buildPythonPackage rec { 15 pname = "thermopro-ble"; 16 + version = "0.13.0"; 17 pyproject = true; 18 19 disabled = pythonOlder "3.9"; ··· 22 owner = "bluetooth-devices"; 23 repo = "thermopro-ble"; 24 tag = "v${version}"; 25 + hash = "sha256-gikNjQYE/GROUR0atBUcwrRdjH+HVL37EOKZYdvRUzo="; 26 }; 27 28 build-system = [ poetry-core ];