fava: 1.22.1 -> 1.22.2

This commit is contained in:
Robert Scott 2022-07-30 15:39:22 +01:00
parent a3fddd46a7
commit cc95d8a722

View File

@ -2,12 +2,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "fava";
version = "1.22.1";
version = "1.22.2";
format = "pyproject";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "sha256-gte1N43b9AokmEqONdvEcaGXDPIeGflsk+wuxDtTeR4=";
sha256 = "sha256-Oarh0a0q+PYFojsYmdX763vFRSQhtm09z4ruSxXDpSA=";
};
nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];