python312Packages.aiormq: 6.8.0 -> 6.8.1 (#341940)

This commit is contained in:
Nick Cao
2024-09-15 09:18:45 -04:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aiormq";
version = "6.8.0";
version = "6.8.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "mosquito";
repo = "aiormq";
rev = "refs/tags/${version}";
hash = "sha256-XD1g4JXQJlJyXuZbo4hYW7cwQhy8+p4/inwNw2WOD9Y=";
hash = "sha256-3+PoDB5Owy8BWBUisX0i1mV8rqs5K9pBFQwup8vKxlg=";
};
nativeBuildInputs = [