syncplay: 1.6.1 -> 1.6.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/syncplay/versions
This commit is contained in:
parent
b7d4a356be
commit
21a50a45ca
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
name = "syncplay-${version}";
|
name = "syncplay-${version}";
|
||||||
version = "1.6.1";
|
version = "1.6.2";
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = https://github.com/Syncplay/syncplay/archive/v1.6.1.tar.gz;
|
url = https://github.com/Syncplay/syncplay/archive/v1.6.2.tar.gz;
|
||||||
sha256 = "15rhbc3r7l012d330hb64p8bhcpy4ydy89iv34c34a1r554b8k97";
|
sha256 = "1850icvifq4487gqh8awvmvrjdbbkx2kshmysr0fbi6vcf0f3wj2";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [ pyside twisted ];
|
propagatedBuildInputs = with python3Packages; [ pyside twisted ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user