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

python310Packages.hass-nabucasa: 0.55.0 -> 0.56.0
This commit is contained in:
Fabian Affolter 2022-09-28 09:12:33 +02:00 committed by GitHub
commit 467132e5ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "hass-nabucasa";
version = "0.55.0";
version = "0.56.0";
src = fetchFromGitHub {
owner = "nabucasa";
repo = pname;
rev = version;
sha256 = "sha256-3r955nZu/nNHnFQJy8bSswtd4N0JxGZA8RLU0CXZT7o=";
sha256 = "sha256-IgDOugHr4fCD9o3QQY5w/ibjak/d56R31KgQAbjUkkI=";
};
postPatch = ''