mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 01:07:41 +01:00
gnu: qtlanguageserver: Update to 6.6.2.
* gnu/packages/qt.scm (qtlanguageserver): Update to 6.6.2. Change-Id: I08eb5329f3ee52b86002a9f3eb75f5b8672972d9 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
969ee39315
commit
6fbd865e49
1 changed files with 2 additions and 2 deletions
|
@ -2180,13 +2180,13 @@ (define-public qtwebview
|
|||
(define-public qtlanguageserver
|
||||
(package
|
||||
(name "qtlanguageserver")
|
||||
(version "6.5.2")
|
||||
(version "6.6.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"196iicwpqca2ydpca41qs6aqxxq8ycknw6lm2v00h1w3m86frdbk"))))
|
||||
"1bgazi44mwac20biybhp21icgwa8k7jd295j8jsfgzxbw12lq7y3"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue