From 4adf0b6eee74ee7a056c3b881274e7b24cf2b399 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 12 Aug 2025 10:58:15 +0200 Subject: [PATCH] python313Packages.ruuvitag-ble: 0.1.2 -> 0.2.1 Diff: https://github.com/Bluetooth-Devices/ruuvitag-ble/compare/refs/tags/v0.1.2...refs/tags/v0.2.1 --- pkgs/development/python-modules/ruuvitag-ble/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/ruuvitag-ble/default.nix b/pkgs/development/python-modules/ruuvitag-ble/default.nix index 990d4df699acf..12077d4878e71 100644 --- a/pkgs/development/python-modules/ruuvitag-ble/default.nix +++ b/pkgs/development/python-modules/ruuvitag-ble/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "ruuvitag-ble"; - version = "0.1.2"; + version = "0.2.1"; pyproject = true; disabled = pythonOlder "3.9"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "Bluetooth-Devices"; repo = "ruuvitag-ble"; tag = "v${version}"; - hash = "sha256-J+807p2mE+VZ0oqldFtjdcNGsRTkAU54s6byQSGrng4="; + hash = "sha256-9aaAKb5Av2OMDGaSM9+tT0s++YYE0g1D01Le6RrMoMk="; }; build-system = [ hatchling ];