fava: 1.22.3 -> 1.23

https://github.com/beancount/fava/releases/tag/v1.23
This commit is contained in:
kilianar 2022-10-24 01:38:26 +02:00
parent d6d82b914d
commit 91efab3b81

View File

@ -2,12 +2,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "fava";
version = "1.22.3";
version = "1.23";
format = "pyproject";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "sha256-e8/VOn0WmrUO69x/4hKGtgKuj11U1Qv7OUhfOL/p5Ds=";
sha256 = "sha256-dwJKSQiuggnseEbALSrT051Me/z1jpj/BjuxN0v5dpU=";
};
nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];