Merge pull request #221807 from r-ryantm/auto-update/python310Packages.python-songpal
python310Packages.python-songpal: 0.15.1 -> 0.15.2
This commit is contained in:
commit
6afe940729
@ -12,7 +12,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-songpal";
|
||||
version = "0.15.1";
|
||||
version = "0.15.2";
|
||||
|
||||
format = "pyproject";
|
||||
|
||||
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
owner = "rytilahti";
|
||||
repo = "python-songpal";
|
||||
rev = "refs/tags/release/${version}";
|
||||
hash = "sha256-FX5pDWjUhrhK5B7zEfvihN77pSNi2QltRu0xbkUdc/c=";
|
||||
hash = "sha256-bAlMOxX4rx4URk+xvlte7l005i3H0VDaH67AWMdhTeY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -45,6 +45,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Python library for interfacing with Sony's Songpal devices";
|
||||
homepage = "https://github.com/rytilahti/python-songpal";
|
||||
changelog = "https://github.com/rytilahti/python-songpal/blob/release/${version}/CHANGELOG.md";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ dotlambda ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user