Merge pull request #277873 from matthiasbeyer/update-fava

fava: 1.26.3 -> 1.26.4
This commit is contained in:
Nick Cao 2023-12-31 10:35:30 -05:00 committed by GitHub
commit 8f2da6fb41
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.3";
version = "1.26.4";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-HjMcNZ+VV5PdTIW3q6Ja/gFIZl6xXDxk0pUCyIX4dPM=";
hash = "sha256-kQXojI57NYZgu3qXjtOL/a48YnXhuA6FEazhJ7jntqk=";
};
nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];