fava: 1.26 -> 1.26.1

https://github.com/beancount/fava/releases/tag/v1.26.1
This commit is contained in:
kilianar 2023-09-23 13:02:49 +02:00
parent 4c89745a49
commit 270b6fe428

View File

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