Skip to content

Commit

Permalink
python312Packages.aiortm: 0.9.21 -> 0.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 29, 2024
1 parent 347cbac commit ef08fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aiortm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

buildPythonPackage rec {
pname = "aiortm";
version = "0.9.21";
version = "0.9.22";
pyproject = true;

disabled = pythonOlder "3.12";
Expand All @@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aiortm";
rev = "refs/tags/v${version}";
hash = "sha256-jRsriLdSLrX8TzU4DgUKGmazN9hYbWPjE383VCulNgU=";
hash = "sha256-n8wdHmWMnbgQF6I34ifmNFMv48XowE7JIOkX5kko/io=";
};

pythonRelaxDeps = [ "typer" ];
Expand Down

0 comments on commit ef08fd4

Please sign in to comment.