Merge pull request #286448 from r-ryantm/auto-update/fava

fava: 1.27.1 -> 1.27.2
This commit is contained in:
Nick Cao 2024-02-05 09:47:06 -05:00 committed by GitHub
commit b321dcb937
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,12 +2,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "fava";
version = "1.27.1";
version = "1.27.2";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-W/uxzk+/4tDVOL+nVUJfyBAE5sI9/pYq1zu42GCGjSk=";
hash = "sha256-kLQAWFHDmzsBjVMm/ZUn+TFkM52W0h0jg0wSp1tmPZQ=";
};
nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];