Merge pull request #177215 from mweinelt/home-assistant

home-assistant: 2022.6.4 -> 2022.6.5
This commit is contained in:
Fabian Affolter 2022-06-11 18:41:58 +02:00 committed by GitHub
commit f8ab8c2306
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 5 deletions

View file

@ -1,4 +1,5 @@
{ lib
, aiofiles
, aiohttp
, aioshutil
, buildPythonPackage
@ -24,7 +25,7 @@
buildPythonPackage rec {
pname = "pyunifiprotect";
version = "3.8.0";
version = "3.9.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -33,10 +34,11 @@ buildPythonPackage rec {
owner = "briis";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-YFdGWGm+DUi/0l9YBliQH1VgpYEVcHVgLirJTrNmNP4=";
hash = "sha256-IQ+mjiNxfxG0Zq543Rn5rK/BNPzLGVX9jVTtyW7W9cs=";
};
propagatedBuildInputs = [
aiofiles
aiohttp
aioshutil
packaging

View file

@ -2,7 +2,7 @@
# Do not edit!
{
version = "2022.6.4";
version = "2022.6.5";
components = {
"abode" = ps: with ps; [
abodepy

View file

@ -166,7 +166,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.4";
hassVersion = "2022.6.5";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -184,7 +184,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
hash = "sha256-ec6f8H9nU2edsailp1OCPwTFXnPm+NRqNha6Gk3xN44=";
hash = "sha256-ZGdA5AvNqx3TBZfbr8r5l3MXEt+LAodZFOsn+GeslC0=";
};
# leave this in, so users don't have to constantly update their downstream patch handling