fava: 1.16 -> 1.17

This commit is contained in:
R. RyanTM 2020-12-02 02:13:36 +00:00
parent b1ed5ffeab
commit 9a0933df7e

View File

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