Unverified Commit 647a6f42 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #266913 from mweinelt/aioesphomeapi-18.4.0

python311Packages.aioesphomeapi: 18.3.0 -> 18.4.0; python311Packages.chacha20poly1305-reusable: 0.10.2 -> 0.11.0
parents 67ee67d1 895f82c6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

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

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

  nativeBuildInputs = [
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

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

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

  nativeBuildInputs = [