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