syncplay: 1.6.5 -> 1.6.6

This commit is contained in:
Riley Inman 2020-10-30 00:16:19 -04:00
parent afbd4e7b70
commit c79ef4eacf

View File

@ -2,7 +2,7 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "syncplay"; pname = "syncplay";
version = "1.6.5"; version = "1.6.6";
format = "other"; format = "other";
@ -10,7 +10,7 @@ buildPythonApplication rec {
owner = "Syncplay"; owner = "Syncplay";
repo = "syncplay"; repo = "syncplay";
rev = "v${version}"; rev = "v${version}";
sha256 = "107dgsrjv95ww6gj77q89dirl604b2ljlpjg79gffm9c4gkmjj2m"; sha256 = "1wkxdp7dv5y1100awy949higvs5035ylfyl83qrp4lnimy3imw09";
}; };
propagatedBuildInputs = [ pyside2 shiboken2 twisted certifi ] ++ twisted.extras.tls; propagatedBuildInputs = [ pyside2 shiboken2 twisted certifi ] ++ twisted.extras.tls;