python311Packages.hass-nabucasa: 0.78.0 -> 0.78.0-usntable-2024-03-09

This commit is contained in:
Martin Weinelt
2024-03-12 18:25:11 +01:00
parent 35de2303d8
commit fc998eb3ea
@@ -8,6 +8,7 @@
, cryptography
, fetchFromGitHub
, pycognito
, pyjwt
, pytest-aiohttp
, pytest-timeout
, pytestCheckHook
@@ -21,16 +22,16 @@
buildPythonPackage rec {
pname = "hass-nabucasa";
version = "0.78.0";
version = "0.78.0-unstable-2024-03-09";
pyproject = true;
disabled = pythonOlder "3.10";
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "nabucasa";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-ZqBYmh+MA4ZuhnUQPn/C8d7CVPrwp6mirsWnoB/ZMFw=";
repo = "hass-nabucasa";
rev = "f4c189fa388aa7a76ebd0d88e73f7e9421088d8f";
hash = "sha256-UU/vsHclA8UeciC3YiPG9M/dXu6MnAxO5ElGAo5c6EA=";
};
nativeBuildInputs = [
@@ -50,6 +51,7 @@ buildPythonPackage rec {
ciso8601
cryptography
pycognito
pyjwt
snitun
];