Merge pull request #334184 from r-ryantm/auto-update/python312Packages.aioweenect

python312Packages.aioweenect: 1.1.2 -> 1.1.5
This commit is contained in:
Fabian Affolter 2024-08-13 08:17:16 +02:00 committed by GitHub
commit 8de2d5efd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,6 @@
buildPythonPackage,
fetchFromGitHub,
hatchling,
httpx,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
@ -13,7 +12,7 @@
buildPythonPackage rec {
pname = "aioweenect";
version = "1.1.2";
version = "1.1.5";
pyproject = true;
disabled = pythonOlder "3.9";
@ -22,7 +21,7 @@ buildPythonPackage rec {
owner = "eifinger";
repo = "aioweenect";
rev = "refs/tags/v${version}";
hash = "sha256-qVhF+gy5qcH/okuncDuzbAUPonkmQo1/QwOjC70IV4w=";
hash = "sha256-2qTjRXQdTExqY5/ckB6UrkmavzjZK/agfL9+o6fXS0M=";
};
postPatch = ''
@ -34,10 +33,7 @@ buildPythonPackage rec {
build-system = [ hatchling ];
dependencies = [
aiohttp
httpx
];
dependencies = [ aiohttp ];
nativeCheckInputs = [
aresponses