We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13324ed + 89ff8b6 commit 35c6943Copy full SHA for 35c6943
pkgs/development/python-modules/aiortm/default.nix
@@ -19,7 +19,7 @@
19
20
buildPythonPackage rec {
21
pname = "aiortm";
22
- version = "0.9.32";
+ version = "0.9.36";
23
pyproject = true;
24
25
disabled = pythonOlder "3.12";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
28
owner = "MartinHjelmare";
29
repo = "aiortm";
30
rev = "refs/tags/v${version}";
31
- hash = "sha256-Fglvycbwrd1OTaFWZiVbEF8JC1WEogbjtxvF4FEWG5c=";
+ hash = "sha256-oeFJ1xfFV6PDCuQwmUfSJBU1nOdLWW6ChBH2GQ6NiXE=";
32
};
33
34
pythonRelaxDeps = [ "typer" ];
0 commit comments