Merge pull request #84100 from matthiasbeyer/update-fava

fava: 1.13 -> 1.14
This commit is contained in:
markuskowa 2020-04-03 11:09:47 +02:00 committed by GitHub
commit 23b5b1fb84
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.13";
version = "1.14";
src = fetchPypi {
inherit pname version;
sha256 = "1pjfa5xb2imhcf7q037h8g0bp9nrnj1xyblgqphnjnz6hbr58a59";
sha256 = "181ypq2p7aaq2b76s55hxxbm1hykzf45mjjgm500h4dsaa167dqy";
};
checkInputs = [ python3.pkgs.pytest ];