Skip to content

Commit 37e277b

Browse files
r-ryantmFRidh
authored andcommitted
python37Packages.bravia-tv: 1.0.5 -> 1.0.6
1 parent 999b9db commit 37e277b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/bravia-tv/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
buildPythonPackage rec {
44
pname = "bravia-tv";
5-
version = "1.0.5";
5+
version = "1.0.6";
66
disabled = isPy27;
77

88
src = fetchFromGitHub {
99
owner = "dcnielsen90";
1010
repo = "python-bravia-tv";
1111
rev = "v${version}";
12-
sha256 = "17nd0v3pgmbfafi3vypls9jnpg4dk7wyh7fl7gpzcnkq1f8pf087";
12+
sha256 = "07i1j3y04w2jwylff8w1aimmy4fj1g42wq8iz83an7dl4cz3rap9";
1313
};
1414

1515
propagatedBuildInputs = [ requests ];

0 commit comments

Comments
 (0)