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

fava: 1.15 -> 1.16
This commit is contained in:
Ryan Mulligan 2020-10-25 05:43:04 -07:00 committed by GitHub
commit a4795e27b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@ let
in
buildPythonApplication rec {
pname = "fava";
version = "1.15";
version = "1.16";
src = fetchPypi {
inherit pname version;
sha256 = "037fhimfjiqay28wg7hd5sm7r0935ynw9d905iszn965ihr1qsgz";
sha256 = "436b6f9441a638f8028729c2a39c28433f7878c2af6ddb9bfccaeea9ea3086e1";
};
checkInputs = [ python3.pkgs.pytest ];