Skip to content

Commit

Permalink
python3Packages.zha-quirks: 0.0.43 -> 0.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh authored and Jonathan Ringer committed Nov 5, 2020
1 parent 0839ea0 commit 515d47d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/zha-quirks/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

buildPythonPackage rec {
pname = "zha-quirks";
version = "0.0.43";
version = "0.0.45";

nativeBuildInputs = [ pytest ];
buildInputs = [ aiohttp zigpy ];

src = fetchPypi {
inherit pname version;
sha256 = "16f62dddce73bb27408b13a0d6526a250b588ca020405b2369e72d5dc9fa7607";
sha256 = "9f0640d2844939118c631d88df18d78adfa17d01cac3e04d7156e5f99e41bc7d";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 515d47d

Please sign in to comment.