python312Packages.motionblindsble: 0.1.1 -> 0.1.2

This commit is contained in:
R. Ryantm
2024-10-09 03:22:31 +00:00
parent 8ff900b1bf
commit 039a7c5f50

View File

@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "motionblindsble";
version = "0.1.1";
version = "0.1.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "LennP";
repo = "motionblindsble";
rev = "refs/tags/${version}";
hash = "sha256-GKCSPiwtE3O1vVFzamFkURc+V0w6u19B0vdvkpLY9ZE=";
hash = "sha256-MBO8tiGTd5qF7zGp+RkkV8nJHP9TJvk3LdWsZqlsl50=";
};
postPatch = ''