python312Packages.aiortm: 0.8.10 -> 0.8.11

This commit is contained in:
R. Ryantm 2024-04-12 07:16:44 +00:00
parent 27bcfed792
commit 9352c673cc
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "aiortm";
version = "0.8.10";
version = "0.8.11";
pyproject = true;
disabled = pythonOlder "3.9";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aiortm";
rev = "refs/tags/v${version}";
hash = "sha256-WkVuuvWWdj2McdXl+XwYukUcloehelFIi6QL5LSkfLk=";
hash = "sha256-VvpdeupBW8wZyNnAx9cvp0Li5z3D/AnqipTEGTsd2IE=";
};
postPatch = ''