python3Packages.python-mpv-jsonipc: 1.2.3 -> 1.3.0

This commit is contained in:
R. Ryantm
2026-08-21 23:29:44 +00:00
parent 2f3aa44ed8
commit d431ca23c1

View File

@@ -7,14 +7,14 @@
buildPythonPackage (finalAttrs: {
pname = "python-mpv-jsonipc";
version = "1.2.3";
version = "1.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "iwalton3";
repo = "python-mpv-jsonipc";
tag = "v${finalAttrs.version}";
hash = "sha256-drXPu355wXznB9oTF2mmjXoByLs1gzUuBxWT6wUFMTA=";
hash = "sha256-i21Pzaidoi2MLb6Le9pA37IRy804MeC0yVV4KONb3mk=";
};
build-system = [ setuptools ];