fava: 1.27.1 -> 1.27.2

This commit is contained in:
R. Ryantm 2024-02-05 08:03:57 +00:00
parent 0a254180b4
commit 82a2949b40

View File

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