python3Packages.alexapy: 1.29.9 -> 1.29.10

This commit is contained in:
R. Ryantm
2025-11-24 09:21:31 +00:00
parent 6ab7e3d754
commit 78e845503b
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "alexapy";
version = "1.29.9";
version = "1.29.10";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "keatontaylor";
repo = "alexapy";
tag = "v${version}";
hash = "sha256-Ecj4IQd0UJuNcGqSj48WrULyOwkbNh1YITkj0ftS7yY=";
hash = "sha256-XyTnCSaE5yednpsR21cenY7Pl/msn3zJsOYGiSGPflA=";
};
pythonRelaxDeps = [ "aiofiles" ];