Merge pull request #317601 from r-ryantm/auto-update/fortls

fortls: 3.1.0 -> 3.1.1
This commit is contained in:
Nick Cao
2024-06-06 09:39:27 -04:00
committed by GitHub
@@ -8,13 +8,13 @@
buildPythonApplication rec {
pname = "fortls";
version = "3.1.0";
version = "3.1.1";
src = fetchFromGitHub {
owner = "fortran-lang";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-4iOE9OkqSu7enEMx4aAaGZ0KDKCT1377Su728JncIso=";
hash = "sha256-7imZLSE7USFXmv/V3olE698J8Q8a7cJt15nBKkPZJoU=";
};
nativeBuildInputs = [ setuptools-scm ];