+10
-4
pkgs/development/python-modules/total-connect-client/default.nix
+10
-4
pkgs/development/python-modules/total-connect-client/default.nix
···
1
1
{ lib
2
2
, buildPythonPackage
3
3
, fetchFromGitHub
4
+
, pytestCheckHook
5
+
, pythonOlder
4
6
, zeep
5
-
, pytestCheckHook
6
7
}:
7
8
8
9
buildPythonPackage rec {
9
10
pname = "total-connect-client";
10
-
version = "2021.8.3";
11
+
version = "2021.11.2";
12
+
format = "setuptools";
13
+
14
+
disabled = pythonOlder "3.7";
11
15
12
16
src = fetchFromGitHub {
13
17
owner = "craigjmidwinter";
14
18
repo = "total-connect-client";
15
19
rev = version;
16
-
sha256 = "sha256-2iTH/Him4iMZadkmBR8Rwlt3RCqDXzR6ZqNHciNiHIk=";
20
+
sha256 = "sha256-JXau+NmulnZ0gg2XsXD9EFv3j2FBMqVqzpT1XGvMZuA=";
17
21
};
18
22
19
23
propagatedBuildInputs = [
···
33
37
"tests_request"
34
38
];
35
39
36
-
pythonImportsCheck = [ "total_connect_client" ];
40
+
pythonImportsCheck = [
41
+
"total_connect_client"
42
+
];
37
43
38
44
meta = with lib; {
39
45
description = "Interact with Total Connect 2 alarm systems";
+1
-1
pkgs/servers/home-assistant/component-packages.nix
+1
-1
pkgs/servers/home-assistant/component-packages.nix
+2
-2
pkgs/servers/home-assistant/default.nix
+2
-2
pkgs/servers/home-assistant/default.nix
···
127
127
extraBuildInputs = extraPackages py.pkgs;
128
128
129
129
# Don't forget to run parse-requirements.py after updating
130
-
hassVersion = "2021.11.0";
130
+
hassVersion = "2021.11.2";
131
131
132
132
in with py.pkgs; buildPythonApplication rec {
133
133
pname = "homeassistant";
···
144
144
owner = "home-assistant";
145
145
repo = "core";
146
146
rev = version;
147
-
sha256 = "1bhm2ahc9fvh3czhfim3la0vdwdis2r86fa0qldqpnh11v25hb2s";
147
+
sha256 = "13212h67ijvir8rlr4gpd2945xx5f5c2lj3bwg7ncw55r23h6hma";
148
148
};
149
149
150
150
# leave this in, so users don't have to constantly update their downstream patch handling
+2
-2
pkgs/servers/home-assistant/frontend.nix
+2
-2
pkgs/servers/home-assistant/frontend.nix
···
4
4
# the frontend version corresponding to a specific home-assistant version can be found here
5
5
# https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
6
6
pname = "home-assistant-frontend";
7
-
version = "20211103.0";
7
+
version = "20211108.0";
8
8
9
9
src = fetchPypi {
10
10
inherit pname version;
11
-
sha256 = "sha256-gny97mYHNwQ8KderebfLALCbIyddbwRoD5Ux6ahDdVk=";
11
+
sha256 = "sha256-cMCjBhtPi73AB9bplUH8ZNQMt5WJ/NZFW4qLuHHo3+g=";
12
12
};
13
13
14
14
# there is nothing to strip in this package