Merge pull request #190663 from LeSuisse/fava-1.22.3

fava: 1.22.2 -> 1.22.3
This commit is contained in:
Robert Scott 2022-09-10 14:10:38 +01:00 committed by GitHub
commit eae1280512
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "fava";
version = "1.22.2";
version = "1.22.3";
format = "pyproject";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "sha256-Oarh0a0q+PYFojsYmdX763vFRSQhtm09z4ruSxXDpSA=";
sha256 = "sha256-e8/VOn0WmrUO69x/4hKGtgKuj11U1Qv7OUhfOL/p5Ds=";
};
nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];