From 22a24fc64246330141a36969eb57d3b640492005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 31 Mar 2024 13:53:38 -0700 Subject: [PATCH] python312Packages.python-songpal: 0.16.1 -> 0.16.2 Diff: https://github.com/rytilahti/python-songpal/compare/refs/tags/release/0.16.1...0.16.2 Changelog: https://github.com/rytilahti/python-songpal/blob/release/0.16.2/CHANGELOG.md --- .../python-modules/python-songpal/default.nix | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/pkgs/development/python-modules/python-songpal/default.nix b/pkgs/development/python-modules/python-songpal/default.nix index 0a8e0abafff4..7affafc582bf 100644 --- a/pkgs/development/python-modules/python-songpal/default.nix +++ b/pkgs/development/python-modules/python-songpal/default.nix @@ -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