Skip to content

Commit

Permalink
Merge pull request NixOS#266913 from mweinelt/aioesphomeapi-18.4.0
Browse files Browse the repository at this point in the history
python311Packages.aioesphomeapi: 18.3.0 -> 18.4.0; python311Packages.chacha20poly1305-reusable: 0.10.2 -> 0.11.0
  • Loading branch information
mweinelt authored Nov 11, 2023
2 parents 67ee67d + 895f82c commit 647a6f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aioesphomeapi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

buildPythonPackage rec {
pname = "aioesphomeapi";
version = "18.3.0";
version = "18.4.0";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "esphome";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-hIwVnslBxWMjWxj1NN8If4MQn2jpFYyjmAVykQeY0hc=";
hash = "sha256-jSPoVMtGRtqpDFagjvLTxps5plcN92Mp9vjtQlmqyGg=";
};

nativeBuildInputs = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

let
pname = "chacha20poly1305-reuseable";
version = "0.10.2";
version = "0.11.0";
in

buildPythonPackage {
Expand All @@ -30,7 +30,7 @@ buildPythonPackage {
owner = "bdraco";
repo = pname;
rev = "v${version}";
hash = "sha256-jLaYdVNgjpy/fjjt9om72jirgMaM61T/OZu/iHZ/W4k=";
hash = "sha256-uRndA0NnSQtJTftALzBF3FWZtavRyMwBlnCBqoIXE5Q=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 647a6f4

Please sign in to comment.