Update py-fortran-language-server (#19156)

* Update py-fortran-language-server

* Restore v1.11.1
This commit is contained in:
Andrew Gaspar 2020-10-08 13:44:32 -06:00 committed by GitHub
parent cbaa78cb4a
commit ee8d225757
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,10 +11,11 @@ class PyFortranLanguageServer(PythonPackage):
(2.7+ or 3.0+)."""
homepage = "https://github.com/hansec/fortran-language-server"
url = "https://github.com/hansec/fortran-language-server/archive/v1.10.3.tar.gz"
url = "https://github.com/hansec/fortran-language-server/archive/v1.11.1.tar.gz"
maintainers = ['AndrewGaspar']
version('1.12.0', sha256='5cda6341b1d2365cce3d80ba40043346c5dcbd0b35f636bfa57cb34df789ff17')
version('1.11.1', sha256='8f03782dd992d6652a3f2d349115fdad3aa3464fee3fafbbc4f8ecf780166e3c')
depends_on('python@2.7:', type=('build', 'run'))