Merge pull request #183976 from risicle/ris-fava-1.22.2

fava: 1.22.1 -> 1.22.2
This commit is contained in:
Benjamin Hipple 2022-07-31 13:18:48 -04:00 committed by GitHub
commit 19bff70488
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.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 ];