python3Packages.hass-nabucasa: 0.39.0 -> 0.41.0
This commit is contained in:
parent
32b2eb6730
commit
82f32abe7d
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "hass-nabucasa";
|
pname = "hass-nabucasa";
|
||||||
version = "0.39.0";
|
version = "0.41.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nabucasa";
|
owner = "nabucasa";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1bsvwxddpp4dsq3k2320qrx5x9lscqzffzz1zj6fbwgc4741f01w";
|
sha256 = "sha256-ewWw3PyJGRHP23J6WBBWs9YGl4vTb9/j/soZ6n5wbLM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
|
||||||
, fetchFromGitHub
|
|
||||||
, cryptography
|
|
||||||
, boto3
|
, boto3
|
||||||
|
, buildPythonPackage
|
||||||
|
, cryptography
|
||||||
, envs
|
, envs
|
||||||
|
, fetchFromGitHub
|
||||||
|
, isPy27
|
||||||
|
, mock
|
||||||
|
, pytestCheckHook
|
||||||
, python-jose
|
, python-jose
|
||||||
, requests
|
, requests
|
||||||
, pytestCheckHook
|
|
||||||
, mock
|
|
||||||
, isPy27
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user