Skip to content

Commit

Permalink
python311Packages.blinkpy: 0.22.5 -> 0.22.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Jan 25, 2024
1 parent 612f972 commit 721e28c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/blinkpy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

buildPythonPackage rec {
pname = "blinkpy";
version = "0.22.5";
version = "0.22.6";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -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 = ''
Expand Down

0 comments on commit 721e28c

Please sign in to comment.