Skip to content

Commit

Permalink
Merge pull request #300491 from r-ryantm/auto-update/python312Package…
Browse files Browse the repository at this point in the history
…s.python-songpal

python312Packages.python-songpal: 0.16.1 -> 0.16.2
  • Loading branch information
dotlambda authored Mar 31, 2024
2 parents d188d7e + 22a24fc commit dbe5775
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions pkgs/development/python-modules/python-songpal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,34 +7,31 @@
, 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";

src = fetchFromGitHub {
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
Expand Down

0 comments on commit dbe5775

Please sign in to comment.