From f479c6911e129c9c47cfe0c373b409f079d5c5b7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 6 Mar 2025 11:21:01 +0100 Subject: [PATCH] python313Packages.thermobeacon-ble: 0.8.0 -> 0.8.1 Diff: https://github.com/bluetooth-devices/thermobeacon-ble/compare/refs/tags/v0.8.0...v0.8.1 Changelog: https://github.com/Bluetooth-Devices/thermobeacon-ble/releases/tag/v0.8.1 --- pkgs/development/python-modules/thermobeacon-ble/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/thermobeacon-ble/default.nix b/pkgs/development/python-modules/thermobeacon-ble/default.nix index 1d5c5a0b727a..1049ccd3e75d 100644 --- a/pkgs/development/python-modules/thermobeacon-ble/default.nix +++ b/pkgs/development/python-modules/thermobeacon-ble/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "thermobeacon-ble"; - version = "0.8.0"; + version = "0.8.1"; pyproject = true; disabled = pythonOlder "3.9"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "bluetooth-devices"; repo = "thermobeacon-ble"; tag = "v${version}"; - hash = "sha256-kyhLj72WzQ4LpPbW38OWlb1YQs5R+R9Fb3sBYqRkY2M="; + hash = "sha256-UnTJ1uvEnZ5//2arwMsJUSosCK8w26lpAcC1XGO9srw="; }; build-system = [ poetry-core ];