python3Packages.hass-nabucasa: 0.42.0 -> 0.43.0

This commit is contained in:
Fabian Affolter 2021-04-11 10:13:55 +02:00
parent 0062afc050
commit 144cf60076

View File

@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "hass-nabucasa";
version = "0.42.0";
version = "0.43.0";
src = fetchFromGitHub {
owner = "nabucasa";
repo = pname;
rev = version;
sha256 = "sha256-vDgjuNgwNp9cDgiCNxhACOcuaxcrR+0DW/U5OaSW0n4=";
sha256 = "sha256-mfVSiquZrCtAza4q9Ocle22e4ZMoTgxguevuOlZEUm8=";
};
postPatch = ''