Update py-fortran-language-server (#19156)
* Update py-fortran-language-server * Restore v1.11.1
This commit is contained in:
parent
cbaa78cb4a
commit
ee8d225757
1 changed files with 2 additions and 1 deletions
|
@ -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'))
|
||||
|
|
Loading…
Reference in a new issue