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

This commit is contained in:
Johannes Schleifenbaum 2023-02-13 11:56:31 +01:00
parent 82b4c24705
commit 87cb243dcb
No known key found for this signature in database
GPG key ID: 059093B1A278BCD0

View file

@ -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