Merge pull request #56642 from r-ryantm/auto-update/fava

fava: 1.9 -> 1.10
This commit is contained in:
Ryan Mulligan 2019-03-02 06:51:30 -08:00 committed by GitHub
commit 48c600506a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@ let
in
buildPythonApplication rec {
pname = "fava";
version = "1.9";
version = "1.10";
src = fetchPypi {
inherit pname version;
sha256 = "115r99l6xfliafgkpcf0mndqrvijix5mflg2i56s7xwqr3ch8z9k";
sha256 = "145995nzgr06qsn619zap0xqa8ckfrp5azga41smyszq97pd01sj";
};
doCheck = false;