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

python312Packages.aiortm: 0.8.11 -> 0.8.12
This commit is contained in:
Fabian Affolter
2024-04-17 20:11:51 +02:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "aiortm";
version = "0.8.11";
version = "0.8.12";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aiortm";
rev = "refs/tags/v${version}";
hash = "sha256-VvpdeupBW8wZyNnAx9cvp0Li5z3D/AnqipTEGTsd2IE=";
hash = "sha256-X7MqBDmVfLy5ajqhFcvA8oCaoxy3zLusXkB659qWR5E=";
};
postPatch = ''