python310Packages.devolo-plc-api: 0.8.0 -> 0.8.1

+2 -2
+2 -2
pkgs/development/python-modules/devolo-plc-api/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "devolo-plc-api"; 18 - version = "0.8.0"; 18 + version = "0.8.1"; 19 19 format = "setuptools"; 20 20 21 21 disabled = pythonOlder "3.8"; ··· 24 24 owner = "2Fake"; 25 25 repo = "devolo_plc_api"; 26 26 rev = "v${version}"; 27 - sha256 = "sha256-LMwvIwbP/nRFby295ur6QTgyXLLJ8ip30V9bti27qKQ="; 27 + sha256 = "sha256-Gjs4x52LwCsE0zAJjLO1N0w5r1jDJkZoVY1JVZB8bmE="; 28 28 }; 29 29 30 30 SETUPTOOLS_SCM_PRETEND_VERSION = version;