fava: 1.17 -> 1.18

This commit is contained in:
R. RyanTM 2021-01-18 00:20:00 +00:00
parent e53c43bebb
commit f33006be7f

View File

@ -5,11 +5,11 @@ let
in in
buildPythonApplication rec { buildPythonApplication rec {
pname = "fava"; pname = "fava";
version = "1.17"; version = "1.18";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "efad3a4b5697b9d7ee29eff5dc0c8367fc1df37b1abacc8d0b2071602e94a6cd"; sha256 = "21336b695708497e6f00cab77135b174c51feb2713b657e0e208282960885bf5";
}; };
checkInputs = [ python3.pkgs.pytest ]; checkInputs = [ python3.pkgs.pytest ];