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

Merge pull request #258611 from fabaff/alexapy-bump

python311Packages.alexapy: 1.27.1 -> 1.27.4
parents 0be35d57 440959cb
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@

buildPythonPackage rec {
  pname = "alexapy";
  version = "1.27.1";
  format = "pyproject";
  version = "1.27.4";
  pyproject = true;

  disabled = pythonOlder "3.10";

@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "keatontaylor";
    repo = "alexapy";
    rev = "refs/tags/v${version}";
    hash = "sha256-pMTVZ2iE/a1yNsWhmxkIQFkl18x06ZLjslj8hjKVBEA=";
    hash = "sha256-Z7h6VX4cwcepo0Kxq9GdHv+XFNg/0s/OhJ/iHubhovs=";
  };

  pythonRelaxDeps = [
@@ -64,7 +64,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python Package for controlling Alexa devices (echo dot, etc) programmatically";
    homepage = "https://gitlab.com/keatontaylor/alexapy";
    changelog = "https://gitlab.com/keatontaylor/alexapy/-/blob/${src.rev}/CHANGELOG.md";
    changelog = "https://gitlab.com/keatontaylor/alexapy/-/blob/v${version}/CHANGELOG.md";
    license = licenses.asl20;
    maintainers = with maintainers; [ fab ];
  };