python3Packages.devolo-plc-api: 0.6.3 -> 0.6.4

This commit is contained in:
Fabian Affolter 2021-11-24 20:22:14 +01:00
parent 1799f8e87b
commit 62575c66e6

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "devolo-plc-api";
version = "0.6.3";
version = "0.6.4";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "2Fake";
repo = "devolo_plc_api";
rev = "v${version}";
sha256 = "6EIT6ifC4M4qj/2dZYVZ3fb3bPs25R7IEh/MduYTTkU=";
sha256 = "sha256-hlIHNVJG/2hU5psGXhi05SCupORfgIjB+YT/ZlJEqFM=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;