Merge pull request #36697 from ryantm/auto-update/syncplay
syncplay: 1.5.0 -> 1.5.2
This commit is contained in:
@@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
python2Packages.buildPythonApplication rec {
|
python2Packages.buildPythonApplication rec {
|
||||||
name = "syncplay-${version}";
|
name = "syncplay-${version}";
|
||||||
version = "1.5.0";
|
version = "1.5.2";
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = https://github.com/Syncplay/syncplay/archive/v1.5.0.tar.gz;
|
url = https://github.com/Syncplay/syncplay/archive/v1.5.2.tar.gz;
|
||||||
sha256 = "762e6318588e14aa02b1340baa18510e7de87771c62ca5b44d985b6d1289964d";
|
sha256 = "0a7lqq3y53ag5hzkkjpz61gfmglf3w1kpvyynhq2514fn9rnwsla";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python2Packages; [ pyside twisted ];
|
propagatedBuildInputs = with python2Packages; [ pyside twisted ];
|
||||||
|
|||||||
Reference in New Issue
Block a user