Merge pull request #258611 from fabaff/alexapy-bump

python311Packages.alexapy: 1.27.1 -> 1.27.4
This commit is contained in:
Fabian Affolter 2023-10-06 09:35:11 +02:00 committed by GitHub
commit a2eb207f45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};