Merge pull request #246934 from kilianar/fava-1.25.1

fava: 1.25 -> 1.25.1
This commit is contained in:
Mario Rodas 2023-08-05 09:46:02 -05:00 committed by GitHub
commit bb511e7a83
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.25";
version = "1.25.1";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-3SxFvvYZupYOsQU/n+zq3hamyWaaN9guoiV8km9mHjM=";
hash = "sha256-RJbPqj6hXqf8D5G8zrg0BAYfxSRDfUgRNGwX+LZlPPY=";
};
nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];