Merge pull request #202207 from dotlambda/aiomusiccast-0.14.6

python310Packages.aiomusiccast: 0.14.5 -> 0.14.6
This commit is contained in:
Fabian Affolter 2022-11-22 18:57:51 +01:00 committed by GitHub
commit ccbe8c8072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,16 +9,16 @@
buildPythonPackage rec {
pname = "aiomusiccast";
version = "0.14.5";
version = "0.14.6";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "vigonotion";
repo = "aiomusiccast";
rev = "refs/tags/${version}";
hash = "sha256-YssBrG4sFtQtrzKU/O/tWEVL9eq8dpszejY/1So5Mec=";
hash = "sha256-eQBVenB/WIqksohWtCU/3o3TGWMavPjJahlg0yus4aE=";
};
postPatch = ''
@ -45,6 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Companion library for musiccast devices intended for the Home Assistant integration";
homepage = "https://github.com/vigonotion/aiomusiccast";
changelog = "https://github.com/vigonotion/aiomusiccast/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda ];
};