Skip to content

Commit

Permalink
python37Packages.bravia-tv: 1.0.5 -> 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and FRidh committed Jul 26, 2020
1 parent 999b9db commit 37e277b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/bravia-tv/default.nix
Expand Up @@ -2,14 +2,14 @@

buildPythonPackage rec {
pname = "bravia-tv";
version = "1.0.5";
version = "1.0.6";
disabled = isPy27;

src = fetchFromGitHub {
owner = "dcnielsen90";
repo = "python-bravia-tv";
rev = "v${version}";
sha256 = "17nd0v3pgmbfafi3vypls9jnpg4dk7wyh7fl7gpzcnkq1f8pf087";
sha256 = "07i1j3y04w2jwylff8w1aimmy4fj1g42wq8iz83an7dl4cz3rap9";
};

propagatedBuildInputs = [ requests ];
Expand Down

0 comments on commit 37e277b

Please sign in to comment.