Unverified Commit b77ed458 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #228664 from fabaff/bleak-bump

python310Packages.bleak: 0.20.1 -> 0.20.2
parents c88fda11 cd4036a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "bleak";
  version = "0.20.1";
  version = "0.20.2";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "hbldh";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-8QFcoWKF2Hc49xJ+224lYaPpTVF1QsMu6Lu66J5ok0Y=";
    hash = "sha256-hiQSsQHq1hoCQhoWU50i2NXYR/LaTHAize9cfr1uZsY=";
  };

  nativeBuildInputs = [