Merge pull request #209760 from r-ryantm/auto-update/python310Packages.soco

python310Packages.soco: 0.28.1 -> 0.29.0
This commit is contained in:
Fabian Affolter 2023-01-09 09:28:30 +01:00 committed by GitHub
commit d3cdbe2cc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "soco";
version = "0.28.1";
version = "0.29.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -24,8 +24,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "SoCo";
repo = "SoCo";
rev = "v${version}";
hash = "sha256-Po9ns+XQ8WuILKrinllm/lqZFWEBnylesCoqs+cnKs4=";
rev = "refs/tags/v${version}";
hash = "sha256-6xyJY+qgwMsOgnh+PTVCf4F442hnBwlFnW+bt/cWxGc=";
};
propagatedBuildInputs = [
@ -52,6 +52,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "CLI and library to control Sonos speakers";
homepage = "http://python-soco.com/";
changelog = "https://github.com/SoCo/SoCo/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ lovesegfault ];
};