Unverified Commit ccbe8c80 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #202207 from dotlambda/aiomusiccast-0.14.6

python310Packages.aiomusiccast: 0.14.5 -> 0.14.6
parents bdae4146 221f5245
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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 ];
  };