Skip to content

Commit

Permalink
python: bleak: 0.6.2 -> 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jun 6, 2020
1 parent 63940df commit 803a3e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/bleak/default.nix
Expand Up @@ -2,13 +2,13 @@

buildPythonPackage rec {
pname = "bleak";
version = "0.6.2";
version = "0.6.4";

disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "1kmq2z3dhq6dd20i5w71gshjrfvyw0pkpnld8iib9ai2rz6a8aj0";
sha256 = "1dc32899d0700c5b5ed9abf642dfee28ac62b1fb5d7be5fa5a6db104dec9a03c";
};

postPatch = ''
Expand Down

0 comments on commit 803a3e9

Please sign in to comment.