python311Packages.devolo-plc-api: 1.3.2 -> 1.4.0

Diff: https://github.com/2Fake/devolo_plc_api/compare/refs/tags/v1.3.2...v1.4.0

Changelog: https://github.com/2Fake/devolo_plc_api/releases/tag/v1.4.0
This commit is contained in:
Fabian Affolter 2023-08-24 10:04:42 +02:00
parent d79559b45f
commit 4d969c8584

View file

@ -8,6 +8,7 @@
, pytest-mock
, pytestCheckHook
, pythonOlder
, segno
, setuptools-scm
, syrupy
, zeroconf
@ -15,7 +16,7 @@
buildPythonPackage rec {
pname = "devolo-plc-api";
version = "1.3.2";
version = "1.4.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -24,7 +25,7 @@ buildPythonPackage rec {
owner = "2Fake";
repo = "devolo_plc_api";
rev = "refs/tags/v${version}";
hash = "sha256-viOyxgFydPrTPFz6JsjJT6IiUIeoIwd+bcrAJfomDI8=";
hash = "sha256-roKwCNOvSVRFKBxXz0a9SDo925RHqX0qKv/1QWD3diw=";
};
postPatch = ''
@ -41,6 +42,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
httpx
protobuf
segno
zeroconf
];