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
+2 -2
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 ];