python3Packages.aionotion: 2024.03.0 -> 2025.02.0

https://github.com/bachya/aionotion/releases/tag/2025.02.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:57:53 +02:00
parent 19ee1425dc
commit 2f15c9f7f9
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "aionotion";
version = "2024.03.0";
version = "2025.02.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = "aionotion";
tag = version;
hash = "sha256-BsbfLb5wCVxR8v2U2Zzt7LMl7XJcZWfVjZN47VDkhFc=";
hash = "sha256-MqH3CPp+dAX5DXtnHio95KGQ+Ok2TXrX6rn/AMx5OsY=";
};
nativeBuildInputs = [ poetry-core ];
@@ -61,7 +61,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library for Notion Home Monitoring";
homepage = "https://github.com/bachya/aionotion";
changelog = "https://github.com/bachya/aionotion/releases/tag/${version}";
changelog = "https://github.com/bachya/aionotion/releases/tag/${src.tag}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};