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

python310Packages.hass-nabucasa: 0.54.1 -> 0.55.0

authored by Fabian Affolter and committed by GitHub d6ef3885 25d1a650

+4 -4
+2 -2
pkgs/development/python-modules/hass-nabucasa/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "hass-nabucasa"; 18 - version = "0.54.1"; 18 + version = "0.55.0"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "nabucasa"; 22 22 repo = pname; 23 23 rev = version; 24 - sha256 = "sha256-usxyONJZQOfLWtfuGUOOHL/Js2ROo7nODqgw++LgTis="; 24 + sha256 = "sha256-3r955nZu/nNHnFQJy8bSswtd4N0JxGZA8RLU0CXZT7o="; 25 25 }; 26 26 27 27 postPatch = ''
+2 -2
pkgs/development/python-modules/pycognito/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "pycognito"; 18 - version = "2022.05.0"; 18 + version = "2022.08.0"; 19 19 disabled = isPy27; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "pvizeli"; 23 23 repo = pname; 24 24 rev = "refs/tags/${version}"; 25 - sha256 = "sha256-KPZcfTFZCPV/3tQHOGA99uAyYPkvusCwZrefKwEMAOo="; 25 + sha256 = "sha256-A80iYF2zwM2YkhnwJMU/bZezsCzs389ro1fikG8vXSA="; 26 26 }; 27 27 28 28 propagatedBuildInputs = [