Unverified Commit dbe57759 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #300491 from r-ryantm/auto-update/python312Packages.python-songpal

python312Packages.python-songpal: 0.16.1 -> 0.16.2
parents d188d7ef 22a24fc6
Loading
Loading
Loading
Loading
+5 −8
Original line number Diff line number Diff line
@@ -7,14 +7,12 @@
, async-upnp-client
, attrs
, click
, importlib-metadata
}:

buildPythonPackage rec {
  pname = "python-songpal";
  version = "0.16.1";

  format = "pyproject";
  version = "0.16.2";
  pyproject = true;

  disabled = pythonOlder "3.8";

@@ -22,19 +20,18 @@ buildPythonPackage rec {
    owner = "rytilahti";
    repo = "python-songpal";
    rev = "refs/tags/release/${version}";
    hash = "sha256-qlypUGrObvn6YyzFhJe2rJvVdI6v+PkWLfjMpc1Lm2k=";
    hash = "sha256-PYw6xlUtBrxl+YeVO/2Njt5LYWEprzGPVNk1Mlr83HM=";
  };

  nativeBuildInputs = [
  build-system = [
    poetry-core
  ];

  propagatedBuildInputs = [
  dependencies = [
    aiohttp
    async-upnp-client
    attrs
    click
    importlib-metadata
  ];

  # no tests implemented