pythonPackages.python-mpv-jsonipc: 1.1.6 -> 1.1.7

This commit is contained in:
Johannes Schleifenbaum 2020-03-05 10:25:11 +01:00 committed by Jon
parent dcd85d0023
commit 57f93c1df8
1 changed files with 2 additions and 2 deletions
pkgs/development/python-modules/python-mpv-jsonipc

View File

@ -3,14 +3,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "python-mpv-jsonipc"; pname = "python-mpv-jsonipc";
version = "1.1.6"; version = "1.1.7";
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 = "08bs6qrcf5fi72jijmr2w7zs6aa5976dwv04f11ajwhj6i8kfq35"; sha256 = "1a8lcvgwf7a19d4dj1wkkpxk44c2z9gsyz1xv4wpxi3gxlplcmcz";
}; };
# 'mpv-jsonipc' does not have any tests # 'mpv-jsonipc' does not have any tests