Merge pull request #39139 from dotlambda/appdaemon-3.0.1

appdaemon: 3.0.0 -> 3.0.1
This commit is contained in:
Peter Hoeg 2018-04-20 00:44:06 +00:00 committed by GitHub
commit 8bda4fa6cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,11 +33,11 @@ let
in python.pkgs.buildPythonApplication rec {
pname = "appdaemon";
version = "3.0.0";
version = "3.0.1";
src = python.pkgs.fetchPypi {
inherit pname version;
sha256 = "ed925d3cb25db2c3f57304a0bca8fd0d9072d7ffe347ac5fcf68c4a30b7f1721";
sha256 = "ad16773da21e34e258970bf5740d1634a36c8202ac72c6925d960308ef1c58cf";
};
propagatedBuildInputs = with python.pkgs; [