python311Packages.thermopro-ble: 0.8.0 -> 0.9.0

https://github.com/Bluetooth-Devices/thermopro-ble/blob/v0.9.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2024-02-10 02:23:17 +01:00
parent d5f9b9a701
commit 161ff44579
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "thermopro-ble";
version = "0.8.0";
version = "0.9.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "bluetooth-devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ENzFX0rD97hCnllFKjcSGbAbEksqln/Hj0MuDVOKGDo=";
hash = "sha256-x/eO+LNJ98ThrQD5c9S54cPRnupN21UkpF7uR3+WwSU=";
};
nativeBuildInputs = [