python312Packages.aiortm: 0.9.38 -> 0.9.42 (#362604)

This commit is contained in:
Fabian Affolter
2024-12-07 01:22:00 +01:00
committed by GitHub
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "aiortm";
version = "0.9.38";
version = "0.9.42";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aiortm";
rev = "refs/tags/v${version}";
hash = "sha256-Qc972Pl+XdgWukgEpTBhsidPvbcPPPWOkqQk24x2ugo=";
hash = "sha256-4UN96ZpXssCsYh/UmCaPud+bqgw9ckqofyifvIohBBk=";
};
pythonRelaxDeps = [ "typer" ];