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

python310Packages.soco: 0.28.1 -> 0.29.0

authored by

Fabian Affolter and committed by
GitHub
d3cdbe2c c950d7aa

+4 -3
+4 -3
pkgs/development/python-modules/soco/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "soco"; 19 - version = "0.28.1"; 19 + version = "0.29.0"; 20 20 format = "setuptools"; 21 21 22 22 disabled = pythonOlder "3.6"; ··· 24 24 src = fetchFromGitHub { 25 25 owner = "SoCo"; 26 26 repo = "SoCo"; 27 - rev = "v${version}"; 28 - hash = "sha256-Po9ns+XQ8WuILKrinllm/lqZFWEBnylesCoqs+cnKs4="; 27 + rev = "refs/tags/v${version}"; 28 + hash = "sha256-6xyJY+qgwMsOgnh+PTVCf4F442hnBwlFnW+bt/cWxGc="; 29 29 }; 30 30 31 31 propagatedBuildInputs = [ ··· 52 52 meta = with lib; { 53 53 description = "CLI and library to control Sonos speakers"; 54 54 homepage = "http://python-soco.com/"; 55 + changelog = "https://github.com/SoCo/SoCo/releases/tag/v${version}"; 55 56 license = licenses.mit; 56 57 maintainers = with maintainers; [ lovesegfault ]; 57 58 };