Merge pull request #258611 from fabaff/alexapy-bump
python311Packages.alexapy: 1.27.1 -> 1.27.4
This commit is contained in:
commit
a2eb207f45
1 changed files with 4 additions and 4 deletions
|
@ -19,8 +19,8 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "alexapy";
|
pname = "alexapy";
|
||||||
version = "1.27.1";
|
version = "1.27.4";
|
||||||
format = "pyproject";
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.10";
|
disabled = pythonOlder "3.10";
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||||
owner = "keatontaylor";
|
owner = "keatontaylor";
|
||||||
repo = "alexapy";
|
repo = "alexapy";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-pMTVZ2iE/a1yNsWhmxkIQFkl18x06ZLjslj8hjKVBEA=";
|
hash = "sha256-Z7h6VX4cwcepo0Kxq9GdHv+XFNg/0s/OhJ/iHubhovs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
|
@ -64,7 +64,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python Package for controlling Alexa devices (echo dot, etc) programmatically";
|
description = "Python Package for controlling Alexa devices (echo dot, etc) programmatically";
|
||||||
homepage = "https://gitlab.com/keatontaylor/alexapy";
|
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;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue