python3Packages.alexapy: 1.29.7 -> 1.29.8

This commit is contained in:
R. Ryantm
2025-08-23 22:30:53 +00:00
parent f04aaa33ec
commit b75e834eb6
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "alexapy";
version = "1.29.7";
version = "1.29.8";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "keatontaylor";
repo = "alexapy";
tag = "v${version}";
hash = "sha256-Sd55rt4qtIWoFs9pHfUzC+ypxUwavfgmaNsQUEOiaUI=";
hash = "sha256-AmczPJK7v1ymRT3XUUNzFR8GmDr9eZYGRH2FL3RvPsE=";
};
pythonRelaxDeps = [ "aiofiles" ];