fava: 1.24.3 -> 1.24.4

https://github.com/beancount/fava/releases/tag/v1.24.4
This commit is contained in:
kilianar 2023-04-07 14:25:06 +02:00
parent 62b9c6cb21
commit 8302e0731d

View file

@ -2,12 +2,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "fava";
version = "1.24.3";
version = "1.24.4";
format = "pyproject";
src = python3.pkgs.fetchPypi {
inherit pname version;
hash = "sha256-eK0JMwu+WN3s6isCt124Cu9fjtL7Lig3+mice4FkwwU=";
hash = "sha256-klRPe6NQMn3HVayfCGc05mB0afi3x4Wlj3EI0XdSkMc=";
};
nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];