python3Packages.aiortm: 0.10.0 -> 0.11.0

https://github.com/MartinHjelmare/aiortm/blob/v0.11.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.

Changed files
+3 -3
pkgs
development
python-modules
aiortm
+3 -3
pkgs/development/python-modules/aiortm/default.nix
···
buildPythonPackage rec {
pname = "aiortm";
-
version = "0.10.0";
pyproject = true;
disabled = pythonOlder "3.12";
···
owner = "MartinHjelmare";
repo = "aiortm";
tag = "v${version}";
-
hash = "sha256-YclrU24eyk88eOc/nlgeWJ/Fo9SveCzRqQCKYAA9Y9s=";
};
pythonRelaxDeps = [ "typer" ];
···
meta = with lib; {
description = "Library for the Remember the Milk API";
homepage = "https://github.com/MartinHjelmare/aiortm";
-
changelog = "https://github.com/MartinHjelmare/aiortm/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
mainProgram = "aiortm";
···
buildPythonPackage rec {
pname = "aiortm";
+
version = "0.11.0";
pyproject = true;
disabled = pythonOlder "3.12";
···
owner = "MartinHjelmare";
repo = "aiortm";
tag = "v${version}";
+
hash = "sha256-KghKxaa1MhNH13NdUpDiT5h8ZEj5aWLUVhvQKvLC+oM=";
};
pythonRelaxDeps = [ "typer" ];
···
meta = with lib; {
description = "Library for the Remember the Milk API";
homepage = "https://github.com/MartinHjelmare/aiortm";
+
changelog = "https://github.com/MartinHjelmare/aiortm/blob/${src.tag}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
mainProgram = "aiortm";