Skip to content

Commit 89ff8b6

Browse files
committed
1 parent 2262165 commit 89ff8b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/aiortm/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
buildPythonPackage rec {
2121
pname = "aiortm";
22-
version = "0.9.32";
22+
version = "0.9.36";
2323
pyproject = true;
2424

2525
disabled = pythonOlder "3.12";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
2828
owner = "MartinHjelmare";
2929
repo = "aiortm";
3030
rev = "refs/tags/v${version}";
31-
hash = "sha256-Fglvycbwrd1OTaFWZiVbEF8JC1WEogbjtxvF4FEWG5c=";
31+
hash = "sha256-oeFJ1xfFV6PDCuQwmUfSJBU1nOdLWW6ChBH2GQ6NiXE=";
3232
};
3333

3434
pythonRelaxDeps = [ "typer" ];

0 commit comments

Comments
 (0)