python311Packages.aiormq: 6.7.4 -> 6.7.6

Diff: https://github.com/mosquito/aiormq/compare/refs/tags/6.7.4...6.7.6

Changelog: https://github.com/mosquito/aiormq/releases/tag/6.7.6
This commit is contained in:
Fabian Affolter 2023-05-13 14:29:13 +02:00
parent 7b5fb7cf98
commit 2f4c34cb56

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aiormq";
version = "6.7.4";
version = "6.7.6";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "mosquito";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-vORo5Kqy+Rg8WCyFU5lyQHS4EALYkycY4XxYhABV/4A=";
hash = "sha256-X5Uy1DGxvsyEFR1UgVYqxOX6mESLnNzQl7sVkvzjcw4=";
};
nativeBuildInputs = [