python312Packages.aiortm: 0.9.24 -> 0.9.25 (#354607)

This commit is contained in:
Nick Cao 2024-11-09 10:59:37 -05:00 committed by GitHub
commit cff5cbc5a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "aiortm";
version = "0.9.24";
version = "0.9.25";
pyproject = true;
disabled = pythonOlder "3.12";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aiortm";
rev = "refs/tags/v${version}";
hash = "sha256-+IIZRHyrt01FfFsMfvZ+0oetSwT8YpqxgZwQpt3MK70=";
hash = "sha256-rw86RzP8AI+zWchC9c01vdedc6r4gfF5A8DltWW5YRY=";
};
pythonRelaxDeps = [ "typer" ];