python3Packages.hass-nabucasa: 0.51.0 -> 0.52.0

This commit is contained in:
Martin Weinelt 2022-02-02 20:42:09 +01:00
parent f84098a596
commit 6930626b42
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "hass-nabucasa";
version = "0.51.0";
version = "0.52.0";
src = fetchFromGitHub {
owner = "nabucasa";
repo = pname;
rev = version;
sha256 = "sha256-qN7AXs4hJpuP+GaxjOPR2CqKMYyDJxTrCuE5HreZnhU=";
sha256 = "sha256-mTbNuER26BPQIjcmlpkdFNeBcNF1vTldaNpoEla0XbM=";
};
postPatch = ''