python3Packages.pylamarzocco: 2.0.11 -> 2.1.0

https://github.com/zweckj/pylamarzocco/releases/tag/v2.1.0
This commit is contained in:
Martin Weinelt
2025-09-20 02:11:29 +02:00
parent d0e0f63b7b
commit afd43edecd
@@ -4,6 +4,7 @@
aioresponses,
bleak,
buildPythonPackage,
cryptography,
fetchFromGitHub,
mashumaro,
pytest-asyncio,
@@ -15,7 +16,7 @@
buildPythonPackage rec {
pname = "pylamarzocco";
version = "2.0.11";
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -24,7 +25,7 @@ buildPythonPackage rec {
owner = "zweckj";
repo = "pylamarzocco";
tag = "v${version}";
hash = "sha256-g0qhNBhcU7Dogcw9WiEk+APk2McU7woXBqgeUS9D8iQ=";
hash = "sha256-dUFjbht0QGrWtSl3JIx1dx4UQs5gFNqKw+UObgH25pk=";
};
build-system = [ setuptools ];
@@ -32,6 +33,7 @@ buildPythonPackage rec {
dependencies = [
aiohttp
bleak
cryptography
mashumaro
];