We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999b9db commit 37e277bCopy full SHA for 37e277b
1 file changed
pkgs/development/python-modules/bravia-tv/default.nix
@@ -2,14 +2,14 @@
2
3
buildPythonPackage rec {
4
pname = "bravia-tv";
5
- version = "1.0.5";
+ version = "1.0.6";
6
disabled = isPy27;
7
8
src = fetchFromGitHub {
9
owner = "dcnielsen90";
10
repo = "python-bravia-tv";
11
rev = "v${version}";
12
- sha256 = "17nd0v3pgmbfafi3vypls9jnpg4dk7wyh7fl7gpzcnkq1f8pf087";
+ sha256 = "07i1j3y04w2jwylff8w1aimmy4fj1g42wq8iz83an7dl4cz3rap9";
13
};
14
15
propagatedBuildInputs = [ requests ];
0 commit comments