Skip to content

Commit

Permalink
Merge pull request #122880 from fabaff/bump-pysonos
Browse files Browse the repository at this point in the history
python3Packages.pysonos: 0.0.45 -> 0.0.46
  • Loading branch information
mweinelt authored May 14, 2021
2 parents e3ecb60 + 6b788d7 commit 2f48585
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 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.45";
version = "0.0.46";

disabled = !isPy3k;

Expand All @@ -23,10 +23,14 @@ buildPythonPackage rec {
owner = "amelchio";
repo = pname;
rev = "v${version}";
sha256 = "0wzmrd9ja5makvsgf0ckil99wr8vw91dml8fi9miiq4la0100q0n";
sha256 = "sha256-5vQBSKDgzwdWkyGduq2cWa7Eq5l01gbs236H2Syc/Dc=";
};

propagatedBuildInputs = [ ifaddr requests xmltodict ];
propagatedBuildInputs = [
ifaddr
requests
xmltodict
];

checkInputs = [
pytestCheckHook
Expand All @@ -38,10 +42,10 @@ buildPythonPackage rec {
"test_desc_from_uri" # test requires network access
];

meta = {
homepage = "https://github.com/amelchio/pysonos";
meta = with lib; {
description = "A SoCo fork with fixes for Home Assistant";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ juaningan ];
homepage = "https://github.com/amelchio/pysonos";
license = licenses.mit;
maintainers = with maintainers; [ juaningan ];
};
}

0 comments on commit 2f48585

Please sign in to comment.