Merge pull request #93002 from r-ryantm/auto-update/syncplay

syncplay: 1.6.4a -> 1.6.5
This commit is contained in:
Ryan Mulligan 2020-08-18 22:06:59 -07:00 committed by GitHub
commit 6532d45c64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "syncplay"; pname = "syncplay";
version = "1.6.4a"; version = "1.6.5";
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 = "0zz4a3vzfg808z1qkqz31z4818wzpfa2lika7wl0jgpmw4zi85ix"; sha256 = "107dgsrjv95ww6gj77q89dirl604b2ljlpjg79gffm9c4gkmjj2m";
}; };
propagatedBuildInputs = [ pyside2 shiboken2 twisted certifi ] ++ twisted.extras.tls; propagatedBuildInputs = [ pyside2 shiboken2 twisted certifi ] ++ twisted.extras.tls;