Merge pull request #34825 from dotlambda/home-assistant-0.63.0

home-assistant: 0.62.1 -> 0.63
This commit is contained in:
Frederik Rietdijk
2018-02-11 07:30:02 +00:00
committed by GitHub
5 changed files with 36 additions and 23 deletions

View File

@@ -2,12 +2,11 @@
buildPythonPackage rec {
pname = "astral";
version = "1.4";
version = "1.5";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "1zm1ypc6w279gh7lbgsfbzfxk2x4gihlq3rfh59hj70hmhjwiwp7";
sha256 = "527628fbfe90c1596c3950ff84ebd07ecc10c8fb1044c903a0519b5057700cb6";
};
propagatedBuildInputs = [ pytz ];