Merge pull request #84100 from matthiasbeyer/update-fava
fava: 1.13 -> 1.14
This commit is contained in:
commit
23b5b1fb84
@ -5,11 +5,11 @@ let
|
|||||||
in
|
in
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "fava";
|
pname = "fava";
|
||||||
version = "1.13";
|
version = "1.14";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1pjfa5xb2imhcf7q037h8g0bp9nrnj1xyblgqphnjnz6hbr58a59";
|
sha256 = "181ypq2p7aaq2b76s55hxxbm1hykzf45mjjgm500h4dsaa167dqy";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ python3.pkgs.pytest ];
|
checkInputs = [ python3.pkgs.pytest ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user