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

fortls: 3.0.0 -> 3.1.0
This commit is contained in:
Nick Cao 2024-05-24 09:13:30 -04:00 committed by GitHub
commit fee0ca167b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,13 +8,13 @@
buildPythonApplication rec {
pname = "fortls";
version = "3.0.0";
version = "3.1.0";
src = fetchFromGitHub {
owner = "fortran-lang";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-kRL4kLX1T2Sontl8f3VO8Hb7uI41JwhZBiH//gdcmNE=";
hash = "sha256-4iOE9OkqSu7enEMx4aAaGZ0KDKCT1377Su728JncIso=";
};
nativeBuildInputs = [ setuptools-scm ];