fava: 1.27 -> 1.27.1

This commit is contained in:
R. Ryantm
2024-01-19 19:50:03 +00:00
parent 4e8cc56b97
commit cf35296824
+2 -2
View File
@@ -2,12 +2,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "fava";
version = "1.27";
version = "1.27.1";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-M2uE+/hYUP/l9l5zP/lHJsbMzfQ77cEJBFzbmX29gzM=";
hash = "sha256-W/uxzk+/4tDVOL+nVUJfyBAE5sI9/pYq1zu42GCGjSk=";
};
nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];