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

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

Changelog: https://github.com/2Fake/devolo_plc_api/releases/tag/v1.3.2
This commit is contained in:
Fabian Affolter 2023-07-14 08:40:00 +02:00
parent c283c92d90
commit 82873ae29e

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "devolo-plc-api";
version = "1.3.1";
version = "1.3.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "2Fake";
repo = "devolo_plc_api";
rev = "refs/tags/v${version}";
hash = "sha256-wJyBCQ9rk+UwjWhMIeqsIbMR8cXA9Xu+lmubJoOauEg=";
hash = "sha256-viOyxgFydPrTPFz6JsjJT6IiUIeoIwd+bcrAJfomDI8=";
};
postPatch = ''