mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
Merge pull request #36697 from ryantm/auto-update/syncplay
syncplay: 1.5.0 -> 1.5.2
This commit is contained in:
commit
71fca27602
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user