fava: 1.25.1 -> 1.26

https://github.com/beancount/fava/releases/tag/v1.26
This commit is contained in:
kilianar 2023-09-04 22:55:44 +02:00
parent 0a918e80ac
commit b43c62522a

View File

@ -2,12 +2,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "fava";
version = "1.25.1";
version = "1.26";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-RJbPqj6hXqf8D5G8zrg0BAYfxSRDfUgRNGwX+LZlPPY=";
hash = "sha256-YSxUqwmv7LQqnT9U1dau9pYaKvEEG5Tbi7orylJKkp0=";
};
nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];