python3Packages.python-mpv-jsonipc: 1.1.14 -> 1.2.0

This commit is contained in:
Mats 2023-02-26 19:34:28 +01:00
parent 9e1d4dff3e
commit 0364037265

View File

@ -3,14 +3,14 @@
buildPythonPackage rec {
pname = "python-mpv-jsonipc";
version = "1.1.14";
version = "1.2.0";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "iwalton3";
repo = "python-mpv-jsonipc";
rev = "v${version}";
sha256 = "sha256-kOC6FsLYTVx/cCL8AZuGkKarHqAESjJA+2BUagbiy3A=";
sha256 = "sha256-W9TNtbRhQmwZXhi0TJIDkZRtWhi92/iwL056YIcWnLM=";
};
# 'mpv-jsonipc' does not have any tests