summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-22 17:31:16 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-22 20:10:35 +0100
commita6bf0010828eea267467d34246ffed052aa8e606 (patch)
tree92c1498a357b8b8cc5291128b3b0300e0809306d /pkgs/development/python-modules
parenta3f54c2fcbee9e58570afd985a640217864d47ab (diff)
python312Packages.hass-nabucasa: 0.78.0-unstable-2024-03-09 -> 0.79.0
https://github.com/NabuCasa/hass-nabucasa/releases/tag/0.79.0
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/hass-nabucasa/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/hass-nabucasa/default.nix b/pkgs/development/python-modules/hass-nabucasa/default.nix
index c7d916bbf45f..9ee4c0e3f968 100644
--- a/pkgs/development/python-modules/hass-nabucasa/default.nix
+++ b/pkgs/development/python-modules/hass-nabucasa/default.nix
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "hass-nabucasa";
- version = "0.78.0-unstable-2024-03-09";
+ version = "0.79.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -30,8 +30,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "nabucasa";
repo = "hass-nabucasa";
- rev = "f4c189fa388aa7a76ebd0d88e73f7e9421088d8f";
- hash = "sha256-UU/vsHclA8UeciC3YiPG9M/dXu6MnAxO5ElGAo5c6EA=";
+ rev = "refs/tags/${version}";
+ hash = "sha256-7VhafefF7imvnhdFo6K+18h5kmXvIatKerJ+Qn5zwdQ=";
};
nativeBuildInputs = [