Merge pull request #178562 from mweinelt/home-assistant

This commit is contained in:
Martin Weinelt
2022-06-22 15:30:27 +02:00
committed by GitHub
3 changed files with 5 additions and 5 deletions
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "nexia";
version = "1.0.1";
version = "1.0.2";
format = "setuptools";
disabled = pythonOlder "3.5";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = pname;
rev = version;
sha256 = "sha256-f1IUyeOmRmnr7zWoMKF895FKsNgiiCbw7inmXDGZrVw=";
sha256 = "sha256-+3nWf9GjX7ovnumwSq3l1dcHrgWIPPzKsPmI8/tT7Lo=";
};
propagatedBuildInputs = [
@@ -2,7 +2,7 @@
# Do not edit!
{
version = "2022.6.6";
version = "2022.6.7";
components = {
"abode" = ps: with ps; [
abodepy
+2 -2
View File
@@ -176,7 +176,7 @@ let
extraPackagesFile = writeText "home-assistant-packages" (lib.concatMapStringsSep "\n" (pkg: pkg.pname) extraBuildInputs);
# Don't forget to run parse-requirements.py after updating
hassVersion = "2022.6.6";
hassVersion = "2022.6.7";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@@ -194,7 +194,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
hash = "sha256-scwj3VrSoFk/pSVzfwvGFM5fRci3+7iqr7TAwLantFQ=";
hash = "sha256-RR0CsPOzOdWRPSgmKGl3egrPXS1CDI+ODWZeLkVCSGQ=";
};
# leave this in, so users don't have to constantly update their downstream patch handling