Unverified Commit 18e8332d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.python-linkplay: 0.0.15 -> 0.0.16 (#351617)

parents 94a5ddb6 e0277794
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -15,20 +15,18 @@

buildPythonPackage rec {
  pname = "python-linkplay";
  version = "0.0.15";
  version = "0.0.16";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Velleman";
    repo = "python-linkplay";
    rev = "refs/tags/v${version}";
    hash = "sha256-PDkDZchAXxrmjg7G/dbbUyZUS8dNrOppH96mLLdwK1s=";
    hash = "sha256-YjsRjzkYac3IDuAq5s73INELNfWO6EhU5BMM7xQO7pk=";
  };

  build-system = [ setuptools ];

  pythonRelaxDeps = [ "aiofiles" ];

  dependencies = [
    aiofiles
    aiohttp