python312Packages.aiortm: 0.9.0 -> 0.9.7 (#345605)

authored by Fabian Affolter and committed by GitHub 3923d25f ead36718

+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.0"; 22 + version = "0.9.7"; 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-fGUD0Ne7S2MyR4ilKy6GGzuWE+nO/DWMnBex4YZbXc8="; 31 + hash = "sha256-dkQihn2x6WHEPA4bbbeONhQlFXR0xc1vC1A+sWAhSl8="; 32 32 }; 33 33 34 34 pythonRelaxDeps = [ "typer" ];