Martin Weinelt 2024-04-03 21:41:42 +02:00
parent 4c5f7a367d
commit 2c7b03c09b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -2,6 +2,7 @@
, aiohttp , aiohttp
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, freezegun
, mashumaro , mashumaro
, poetry-core , poetry-core
, pyjwt , pyjwt
@ -14,7 +15,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "aioautomower"; pname = "aioautomower";
version = "2024.3.3"; version = "2024.4.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.11"; disabled = pythonOlder "3.11";
@ -23,7 +24,7 @@ buildPythonPackage rec {
owner = "Thomas55555"; owner = "Thomas55555";
repo = "aioautomower"; repo = "aioautomower";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-ZJRc5nzp1P3X93PxGVB55VgN1HZ2kvn43LT2wYEPxSo="; hash = "sha256-W6aZdvg+EZKv0pmIaPOBaJaWipq3AENTVAVon/lFuI4=";
}; };
postPatch = '' postPatch = ''
@ -44,6 +45,7 @@ buildPythonPackage rec {
]; ];
nativeCheckInputs = [ nativeCheckInputs = [
freezegun
pytest-asyncio pytest-asyncio
pytestCheckHook pytestCheckHook
syrupy syrupy