Skip to content

Commit

Permalink
python3Packages.pysonos: 0.0.40 -> 0.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Apr 21, 2021
1 parent 0425d81 commit d0b4fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pysonos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

buildPythonPackage rec {
pname = "pysonos";
version = "0.0.40";
version = "0.0.43";

disabled = !isPy3k;

Expand All @@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "amelchio";
repo = pname;
rev = "v${version}";
sha256 = "0a0c7jwv39nbvpdcx32sd8kjmj4nyrd7k0yxhpmxdnx4zr4vvzqg";
sha256 = "sha256-OobKlAymXXvQH6m77Uqn2eoTlWgs8EBxYIDFJ5wwMKA=";
};

propagatedBuildInputs = [ ifaddr requests xmltodict ];
Expand Down

0 comments on commit d0b4fea

Please sign in to comment.