python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430)

This commit is contained in:
Nick Cao
2024-11-16 09:56:35 -05:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "motionblindsble";
version = "0.1.2";
version = "0.1.3";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "LennP";
repo = "motionblindsble";
rev = "refs/tags/${version}";
hash = "sha256-MBO8tiGTd5qF7zGp+RkkV8nJHP9TJvk3LdWsZqlsl50=";
hash = "sha256-1dA3YTjoAhe+p5vk6Xb42a+rE63m2mn5iHhVV/6tlQ0=";
};
postPatch = ''
@@ -45,6 +45,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "motionblindsble" ];
disabledTests = [
# AssertionEror
"test_establish_connection"
];
meta = with lib; {
description = "Module to interface with Motionblinds motors using Bluetooth Low Energy (BLE)";
homepage = "https://github.com/LennP/motionblindsble";