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

fava: 1.17 -> 1.18
This commit is contained in:
Sandro 2021-01-18 01:37:44 +01:00 committed by GitHub
commit 3fc28a93b0
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.17";
version = "1.18";
src = fetchPypi {
inherit pname version;
sha256 = "efad3a4b5697b9d7ee29eff5dc0c8367fc1df37b1abacc8d0b2071602e94a6cd";
sha256 = "21336b695708497e6f00cab77135b174c51feb2713b657e0e208282960885bf5";
};
checkInputs = [ python3.pkgs.pytest ];