fava: 1.27.2 -> 1.27.3

https://github.com/beancount/fava/releases/tag/v1.27.3
This commit is contained in:
kilianar 2024-03-11 16:22:24 +01:00
parent cbfa2e96b2
commit 2fe4dd4790

View file

@ -2,12 +2,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "fava";
version = "1.27.2";
version = "1.27.3";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-kLQAWFHDmzsBjVMm/ZUn+TFkM52W0h0jg0wSp1tmPZQ=";
hash = "sha256-GsnXZaazEiOhyjbIinHRD1fdoqlAp3d5csrmtydxmGM=";
};
nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];