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

fava: 1.27 -> 1.27.1
This commit is contained in:
Weijia Wang 2024-01-20 19:23:52 +01:00 committed by GitHub
commit 21e97f7807
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";
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 ];