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

python3Packages.hass-nabucasa: 0.43.0 -> 0.43.1
This commit is contained in:
Fabian Affolter 2021-05-27 08:30:17 +02:00 committed by GitHub
commit 92cf5ae361
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.43.0";
version = "0.43.1";
src = fetchFromGitHub {
owner = "nabucasa";
repo = pname;
rev = version;
sha256 = "sha256-mfVSiquZrCtAza4q9Ocle22e4ZMoTgxguevuOlZEUm8=";
sha256 = "sha256-eQdbAQRKqnJGxnSTkk3gld9TX9MpP3J8LFNYH6peVIY=";
};
postPatch = ''

View file

@ -4,13 +4,13 @@
buildPythonPackage rec {
pname = "snitun";
version = "0.20";
version = "0.21.0";
src = fetchFromGitHub {
owner = "NabuCasa";
repo = pname;
rev = version;
sha256 = "1nscfwycclfbll709w1q46w6rl0r5c3b85rsc7zwc3ixd1k8aajp";
sha256 = "sha256-oZHi/H9HOqGTFuhqPSZXntMzVJ3ZT4zNejezo0cDtqg=";
};
propagatedBuildInputs = [ attrs cryptography async-timeout ];