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

python310Packages.devolo-plc-api: 0.8.1 -> 0.9.0
This commit is contained in:
Fabian Affolter 2022-12-21 22:33:34 +01:00 committed by GitHub
commit 20cb53203e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "devolo-plc-api";
version = "0.8.1";
version = "0.9.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "2Fake";
repo = "devolo_plc_api";
rev = "v${version}";
sha256 = "sha256-Gjs4x52LwCsE0zAJjLO1N0w5r1jDJkZoVY1JVZB8bmE=";
sha256 = "sha256-FBcDEEWgfV+OgHriSOZKWZPt0O89nDe2CsY3oqX/6zo=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;