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

View File

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