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

syncplay: 1.6.1 -> 1.6.2
This commit is contained in:
Jörg Thalheim 2019-01-27 07:17:02 +00:00 committed by GitHub
commit a7c56108d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
name = "syncplay-${version}";
version = "1.6.1";
version = "1.6.2";
format = "other";
src = fetchurl {
url = https://github.com/Syncplay/syncplay/archive/v1.6.1.tar.gz;
sha256 = "15rhbc3r7l012d330hb64p8bhcpy4ydy89iv34c34a1r554b8k97";
url = https://github.com/Syncplay/syncplay/archive/v1.6.2.tar.gz;
sha256 = "1850icvifq4487gqh8awvmvrjdbbkx2kshmysr0fbi6vcf0f3wj2";
};
propagatedBuildInputs = with python3Packages; [ pyside twisted ];