Unverified Commit 1e61c9d9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.python-mpv-jsonipc: 1.2.0 -> 1.2.1 (#438284)

parents 404fe731 ed9a505d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "python-mpv-jsonipc";
  version = "1.2.0";
  version = "1.2.1";
  format = "setuptools";
  disabled = pythonOlder "3.6";

@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "iwalton3";
    repo = "python-mpv-jsonipc";
    rev = "v${version}";
    hash = "sha256-W9TNtbRhQmwZXhi0TJIDkZRtWhi92/iwL056YIcWnLM=";
    hash = "sha256-ugdLUmo5w+IbtmL2b6+la1X01mWNmnXr9j6e99oPWpE=";
  };

  # 'mpv-jsonipc' does not have any tests