python313Packages.alexapy: 1.29.8 -> 1.29.9 (#459897)

This commit is contained in:
Fabian Affolter
2025-11-10 08:35:56 +00:00
committed by GitHub
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "alexapy";
version = "1.29.8";
version = "1.29.9";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "keatontaylor";
repo = "alexapy";
tag = "v${version}";
hash = "sha256-AmczPJK7v1ymRT3XUUNzFR8GmDr9eZYGRH2FL3RvPsE=";
hash = "sha256-Ecj4IQd0UJuNcGqSj48WrULyOwkbNh1YITkj0ftS7yY=";
};
pythonRelaxDeps = [ "aiofiles" ];