python3Packages.aiormq: 6.8.1 -> 6.9.2

This commit is contained in:
R. Ryantm
2025-10-23 23:22:12 +00:00
parent 106ab26a9b
commit 9335f43fed
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aiormq";
version = "6.8.1";
version = "6.9.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "mosquito";
repo = "aiormq";
tag = version;
hash = "sha256-3+PoDB5Owy8BWBUisX0i1mV8rqs5K9pBFQwup8vKxlg=";
hash = "sha256-ApwL3okhpc3Dtq4bfWCCnoikyRx+4zPI9XtJ+qPKQdg=";
};
nativeBuildInputs = [