about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2020-12-14 04:58:59 +0100
committerGitHub <noreply@github.com>2020-12-14 04:58:59 +0100
commit8e4788b7771c81b27cfd1df4ec5185ded46b624a (patch)
treec171dd88960fc63edbab5fb5e8abc8fec8cdbf89
parent50daf0dd63879aaf8165071323220fc0877062fb (diff)
parentdb9875370255287f6fd84f54ba5d4d289fda3edb (diff)
Merge pull request #106623 from marsam/update-hass-nabucasa
pythonPackages.hass-nabucasa: 0.37.2 -> 0.39.0
-rw-r--r--pkgs/development/python-modules/hass-nabucasa/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/hass-nabucasa/default.nix b/pkgs/development/python-modules/hass-nabucasa/default.nix
index 074085bf8f792..90ff3df89e147 100644
--- a/pkgs/development/python-modules/hass-nabucasa/default.nix
+++ b/pkgs/development/python-modules/hass-nabucasa/default.nix
@@ -1,16 +1,16 @@
-{ lib, buildPythonPackage, fetchFromGitHub, fetchpatch
+{ lib, buildPythonPackage, fetchFromGitHub
 , acme, aiohttp, snitun, attrs, pycognito, warrant
-, pytest-aiohttp, asynctest, atomicwrites, pytest, pythonOlder }:
+, pytest-aiohttp, asynctest, atomicwrites, pytest }:
 
 buildPythonPackage rec {
   pname = "hass-nabucasa";
-  version = "0.37.2";
+  version = "0.39.0";
 
   src = fetchFromGitHub {
     owner = "nabucasa";
     repo = pname;
     rev = version;
-    sha256 = "0gv8p9nba7269qhc05ds0i79wz4419qjfhn7k9kcngfj1yngb6dm";
+    sha256 = "1bsvwxddpp4dsq3k2320qrx5x9lscqzffzz1zj6fbwgc4741f01w";
   };
 
   postPatch = ''