3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #36697 from ryantm/auto-update/syncplay

syncplay: 1.5.0 -> 1.5.2
This commit is contained in:
Joachim F 2018-03-14 21:16:48 +00:00 committed by GitHub
commit 71fca27602
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
python2Packages.buildPythonApplication rec {
name = "syncplay-${version}";
version = "1.5.0";
version = "1.5.2";
format = "other";
src = fetchurl {
url = https://github.com/Syncplay/syncplay/archive/v1.5.0.tar.gz;
sha256 = "762e6318588e14aa02b1340baa18510e7de87771c62ca5b44d985b6d1289964d";
url = https://github.com/Syncplay/syncplay/archive/v1.5.2.tar.gz;
sha256 = "0a7lqq3y53ag5hzkkjpz61gfmglf3w1kpvyynhq2514fn9rnwsla";
};
propagatedBuildInputs = with python2Packages; [ pyside twisted ];