Merge pull request #335369 from r-ryantm/auto-update/python312Packages.aiortm

python312Packages.aiortm: 0.8.17 -> 0.8.18
This commit is contained in:
Weijia Wang
2024-08-21 02:11:40 +02:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "aiortm";
version = "0.8.17";
version = "0.8.18";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aiortm";
rev = "refs/tags/v${version}";
hash = "sha256-iZYzERIJslbvmW+4yeHQvXt1EEyZcSR6+qYdpo9EmAg=";
hash = "sha256-tQfTIbLOUNM5dFvQcz07D8Le+ZWUS60YGHaNyf5MK+0=";
};
postPatch = ''