fortls: 3.1.2 -> 3.2.2 (#390910)

This commit is contained in:
Arne Keller
2025-03-19 10:58:59 +01:00
committed by GitHub

View File

@@ -9,13 +9,13 @@
buildPythonApplication rec {
pname = "fortls";
version = "3.1.2";
version = "3.2.2";
src = fetchFromGitHub {
owner = "fortran-lang";
repo = pname;
tag = "v${version}";
hash = "sha256-mOYPtysPj+JczRPTeM1DUckAH0XC9cO1ssP8pviYa0E=";
hash = "sha256-cUZBr+dtTFbd68z6ts4quIPp9XYMikUBrCq+icrZ1KU=";
};
nativeBuildInputs = [ setuptools-scm ];