Merge pull request #279189 from kilianar/fava-1.27

fava: 1.26.4 -> 1.27
This commit is contained in:
Benjamin Hipple 2024-01-07 09:43:26 -05:00 committed by GitHub
commit f9bd3c2e03
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.26.4";
version = "1.27";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-kQXojI57NYZgu3qXjtOL/a48YnXhuA6FEazhJ7jntqk=";
hash = "sha256-M2uE+/hYUP/l9l5zP/lHJsbMzfQ77cEJBFzbmX29gzM=";
};
nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];