Merge pull request #336232 from r-ryantm/auto-update/python312Packages.motionblindsble

python312Packages.motionblindsble: 0.1.0 -> 0.1.1
This commit is contained in:
Nick Cao 2024-08-21 17:26:02 -04:00 committed by GitHub
commit cb5695a64d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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