Merge pull request #187331 from fabaff/hass-nabucasa-bump

python310Packages.hass-nabucasa: 0.54.1 -> 0.55.0
This commit is contained in:
Fabian Affolter 2022-08-21 23:38:18 +02:00 committed by GitHub
commit d6ef38857e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "hass-nabucasa";
version = "0.54.1";
version = "0.55.0";
src = fetchFromGitHub {
owner = "nabucasa";
repo = pname;
rev = version;
sha256 = "sha256-usxyONJZQOfLWtfuGUOOHL/Js2ROo7nODqgw++LgTis=";
sha256 = "sha256-3r955nZu/nNHnFQJy8bSswtd4N0JxGZA8RLU0CXZT7o=";
};
postPatch = ''

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "pycognito";
version = "2022.05.0";
version = "2022.08.0";
disabled = isPy27;
src = fetchFromGitHub {
owner = "pvizeli";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-KPZcfTFZCPV/3tQHOGA99uAyYPkvusCwZrefKwEMAOo=";
sha256 = "sha256-A80iYF2zwM2YkhnwJMU/bZezsCzs389ro1fikG8vXSA=";
};
propagatedBuildInputs = [