mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-11 23:37:18 +00:00
python312Packages.hass-nabucasa: 0.81.1 -> 0.82.0 (#350440)
This commit is contained in:
commit
e20df73a4b
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "hass-nabucasa";
|
pname = "hass-nabucasa";
|
||||||
version = "0.81.1";
|
version = "0.82.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.11";
|
disabled = pythonOlder "3.11";
|
||||||
@ -31,7 +31,7 @@ buildPythonPackage rec {
|
|||||||
owner = "nabucasa";
|
owner = "nabucasa";
|
||||||
repo = "hass-nabucasa";
|
repo = "hass-nabucasa";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-/sY/JijBCcGcbMjoX0yuhFIWvU+TFVN8sRxBx+CDVVs=";
|
hash = "sha256-hRhRXpiIPrI3umOhsVWLwkSwtEfwevC3fNvJElhKy+I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [ "acme" ];
|
pythonRelaxDeps = [ "acme" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user