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

authored by Fabian Affolter and committed by GitHub b4cc970b da35ecb6

+2 -2
+2 -2
pkgs/development/python-modules/aiortm/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "aiortm"; 22 - version = "0.9.38"; 22 + version = "0.9.42"; 23 23 pyproject = true; 24 24 25 25 disabled = pythonOlder "3.12"; ··· 28 28 owner = "MartinHjelmare"; 29 29 repo = "aiortm"; 30 30 rev = "refs/tags/v${version}"; 31 - hash = "sha256-Qc972Pl+XdgWukgEpTBhsidPvbcPPPWOkqQk24x2ugo="; 31 + hash = "sha256-4UN96ZpXssCsYh/UmCaPud+bqgw9ckqofyifvIohBBk="; 32 32 }; 33 33 34 34 pythonRelaxDeps = [ "typer" ];