python3Packages.python-mpv-jsonipc: 1.1.11 -> 1.1.14
This commit is contained in:
parent
82b4c24705
commit
87cb243dcb
1 changed files with 2 additions and 2 deletions
|
@ -3,14 +3,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-mpv-jsonipc";
|
pname = "python-mpv-jsonipc";
|
||||||
version = "1.1.11";
|
version = "1.1.14";
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "iwalton3";
|
owner = "iwalton3";
|
||||||
repo = "python-mpv-jsonipc";
|
repo = "python-mpv-jsonipc";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "034vc2j54dciiq80k7jn6kx4g7i58sjk0ykma039k5rihj2rblpk";
|
sha256 = "sha256-kOC6FsLYTVx/cCL8AZuGkKarHqAESjJA+2BUagbiy3A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 'mpv-jsonipc' does not have any tests
|
# 'mpv-jsonipc' does not have any tests
|
||||||
|
|
Loading…
Reference in a new issue