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

syncplay: 1.6.2 -> 1.6.3
This commit is contained in:
Ryan Mulligan 2019-04-02 23:20:58 -07:00 committed by GitHub
commit d356275bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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