Merge pull request #255606 from fabaff/devolo-plc-api-bump

python311Packages.devolo-plc-api: 1.4.0 -> 1.4.1
This commit is contained in:
Fabian Affolter 2023-09-17 14:32:16 +02:00 committed by GitHub
commit 73900c3f53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "devolo-plc-api";
version = "1.4.0";
version = "1.4.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "2Fake";
repo = "devolo_plc_api";
rev = "refs/tags/v${version}";
hash = "sha256-roKwCNOvSVRFKBxXz0a9SDo925RHqX0qKv/1QWD3diw=";
hash = "sha256-EP99AswHmLO+8ZQAPjJyw/P9QqfDawy3AqyJR870Qms=";
};
postPatch = ''