From e875e558bee1b667fca6be55a1fb27b2f2c807fd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 31 Dec 2022 14:16:11 +0100 Subject: [PATCH] python310Packages.thermobeacon-ble: 0.4.0 -> 0.5.0 Changelog: https://github.com/Bluetooth-Devices/thermobeacon-ble/releases/tag/v0.5.0 --- 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 b7f29f8ca8b9..22f8a4657dfd 100644 --- a/pkgs/development/python-modules/thermobeacon-ble/default.nix +++ b/pkgs/development/python-modules/thermobeacon-ble/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "thermobeacon-ble"; - version = "0.4.0"; + version = "0.5.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-t4l5K52Shaw/J4thcP0ken/u77ZX7BsMEEA6ZUpcRKY="; + hash = "sha256-k29qQIJEPxQP04HUod87bq0Ph7kyFJ+QGG0bts7O/+Q="; }; nativeBuildInputs = [