Merge pull request #253316 from kilianar/fava-1.26

fava: 1.25.1 -> 1.26
This commit is contained in:
Weijia Wang
2023-09-07 10:17:26 +02:00
committed by GitHub
+2 -2
View File
@@ -2,12 +2,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "fava";
version = "1.25.1";
version = "1.26";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-RJbPqj6hXqf8D5G8zrg0BAYfxSRDfUgRNGwX+LZlPPY=";
hash = "sha256-YSxUqwmv7LQqnT9U1dau9pYaKvEEG5Tbi7orylJKkp0=";
};
nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];