1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 15:41:40 +00:00

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

fava: 1.16 -> 1.17
This commit is contained in:
Ryan Mulligan 2020-12-01 20:07:32 -08:00 committed by GitHub
commit 557d0c1cab
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.16";
version = "1.17";
src = fetchPypi {
inherit pname version;
sha256 = "436b6f9441a638f8028729c2a39c28433f7878c2af6ddb9bfccaeea9ea3086e1";
sha256 = "efad3a4b5697b9d7ee29eff5dc0c8367fc1df37b1abacc8d0b2071602e94a6cd";
};
checkInputs = [ python3.pkgs.pytest ];