Fabian Affolter
2024-07-06 06:15:22 +02:00
parent 27b155c8fa
commit 193f92346c
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "sensor-state-data";
version = "2.18.0";
version = "2.18.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-wYYSS4lABCbIhmUU3z3Wh0+4zwpEzXl8Kk9gi6LBrbQ=";
hash = "sha256-9GdBKUhueis8pnQP5ZNxvEyRXVGINTueVzLOR4xx5mU=";
};
nativeBuildInputs = [ poetry-core ];