Merge pull request #244039 from kilianar/fava-1.25

fava: 1.24.4 -> 1.25
This commit is contained in:
Mario Rodas
2023-07-20 18:46:02 -05:00
committed by GitHub
+2 -2
View File
@@ -2,12 +2,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "fava";
version = "1.24.4";
version = "1.25";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-klRPe6NQMn3HVayfCGc05mB0afi3x4Wlj3EI0XdSkMc=";
hash = "sha256-3SxFvvYZupYOsQU/n+zq3hamyWaaN9guoiV8km9mHjM=";
};
nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];