python312Packages.aiortm: 0.8.18 -> 0.8.20

This commit is contained in:
R. Ryantm
2024-08-24 18:55:16 +00:00
parent eb0e6df0cd
commit 689b78fa92
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "aiortm";
version = "0.8.18";
version = "0.8.20";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aiortm";
rev = "refs/tags/v${version}";
hash = "sha256-tQfTIbLOUNM5dFvQcz07D8Le+ZWUS60YGHaNyf5MK+0=";
hash = "sha256-W0o4RdaGExfTlTIndY3QUmqqeG2GA3pf3zeokY6xPvk=";
};
postPatch = ''