python310Packages.subarulink: 0.7.5 -> 0.7.6

Diff: https://github.com/G-Two/subarulink/compare/refs/tags/v0.7.5...v0.7.6

Changelog: https://github.com/G-Two/subarulink/releases/tag/v0.7.6
This commit is contained in:
Fabian Affolter 2023-04-07 22:06:27 +02:00 committed by Martin Weinelt
parent bb2e919ee7
commit f56e0dc6b1
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -1,6 +1,5 @@
{ lib
, aiohttp
, asynctest
, buildPythonPackage
, cryptography
, fetchFromGitHub
@ -12,7 +11,7 @@
buildPythonPackage rec {
pname = "subarulink";
version = "0.7.5";
version = "0.7.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -21,7 +20,7 @@ buildPythonPackage rec {
owner = "G-Two";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-lvL/bRHvQvvYqr+qzrWe7dOscYFGVA2OrVt/RPGdmzA=";
hash = "sha256-D2nwzj7uYL/v5Ew2+LfJBLH904Htam4Fa3Gs6t8Hbyo=";
};
propagatedBuildInputs = [
@ -30,7 +29,6 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
asynctest
cryptography
pytest-asyncio
pytestCheckHook