Merge pull request #283691 from dotlambda/blinkpy-0.22.6

python311Packages.blinkpy: 0.22.5 -> 0.22.6
This commit is contained in:
Nick Cao 2024-01-25 10:33:54 -05:00 committed by GitHub
commit f1cb8a6a86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "blinkpy";
version = "0.22.5";
version = "0.22.6";
pyproject = true;
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "fronzbot";
repo = "blinkpy";
rev = "refs/tags/v${version}";
hash = "sha256-u6FurFaAbkBOT2F+nTL/rGNdUhOpLq+nVKPF3ohuXEs=";
hash = "sha256-46REi+3dUY9dJrhXgKkQ1OfN6XCy1fV9cW6wk82ClOA=";
};
postPatch = ''