python312Packages.aiormq: 6.8.0 -> 6.8.1

This commit is contained in:
R. Ryantm 2024-09-15 00:58:32 +00:00
parent 00ca48eb01
commit 48332d5a92

View File

@ -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 = [