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

python312Packages.python-songpal: 0.16.1 -> 0.16.2

authored by Robert Schütz and committed by GitHub dbe57759 d188d7ef

+5 -8
+5 -8
pkgs/development/python-modules/python-songpal/default.nix
··· 7 7 , async-upnp-client 8 8 , attrs 9 9 , click 10 - , importlib-metadata 11 10 }: 12 11 13 12 buildPythonPackage rec { 14 13 pname = "python-songpal"; 15 - version = "0.16.1"; 16 - 17 - format = "pyproject"; 14 + version = "0.16.2"; 15 + pyproject = true; 18 16 19 17 disabled = pythonOlder "3.8"; 20 18 ··· 22 20 owner = "rytilahti"; 23 21 repo = "python-songpal"; 24 22 rev = "refs/tags/release/${version}"; 25 - hash = "sha256-qlypUGrObvn6YyzFhJe2rJvVdI6v+PkWLfjMpc1Lm2k="; 23 + hash = "sha256-PYw6xlUtBrxl+YeVO/2Njt5LYWEprzGPVNk1Mlr83HM="; 26 24 }; 27 25 28 - nativeBuildInputs = [ 26 + build-system = [ 29 27 poetry-core 30 28 ]; 31 29 32 - propagatedBuildInputs = [ 30 + dependencies = [ 33 31 aiohttp 34 32 async-upnp-client 35 33 attrs 36 34 click 37 - importlib-metadata 38 35 ]; 39 36 40 37 # no tests implemented