fava: 1.18 -> 1.19

https://beancount.github.io/fava/changelog.html#v1-19-2021-05-18
This commit is contained in:
Robert Schütz 2021-06-29 17:23:01 +02:00
parent db6e089456
commit 9a6cc8c6a2

View file

@ -2,11 +2,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "fava";
version = "1.18";
version = "1.19";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "21336b695708497e6f00cab77135b174c51feb2713b657e0e208282960885bf5";
sha256 = "def7c0210bf0ce8dfffdb46ce21b3efcf71eba5a4e903565258419e4c53c2d43";
};
nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];