fava: 1.23 -> 1.23.1

https://github.com/beancount/fava/releases/tag/v1.23.1
This commit is contained in:
kilianar 2022-11-01 10:48:14 +01:00
parent f627f3a2b5
commit 172ec47d51

View file

@ -2,12 +2,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "fava";
version = "1.23";
version = "1.23.1";
format = "pyproject";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "sha256-dwJKSQiuggnseEbALSrT051Me/z1jpj/BjuxN0v5dpU=";
sha256 = "sha256-Uw8UIJa+Dtsy+o31I1ynLyhZrFNX42NFRXu1O2ISbzU=";
};
nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];