[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/74: gnu: qtlanguageserver: Update to 6.7.2.
From: |
guix-commits |
Subject: |
13/74: gnu: qtlanguageserver: Update to 6.7.2. |
Date: |
Fri, 27 Sep 2024 08:31:22 -0400 (EDT) |
z572 pushed a commit to branch qt-team
in repository guix.
commit 6544eab21c375155529b72c11a580e36f32609e2
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sun Aug 11 00:11:16 2024 +0800
gnu: qtlanguageserver: Update to 6.7.2.
* gnu/packages/qt.scm (qtlanguageserver): Update to 6.7.2.
Change-Id: I11ef33e326dbc99340e3166b658b66423165a69d
---
gnu/packages/qt.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 074161dd3b..f543a26571 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2261,13 +2261,13 @@ native APIs where it makes sense.")))
(define-public qtlanguageserver
(package
(name "qtlanguageserver")
- (version "6.6.3")
+ (version "6.7.2")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
- "136gyvkzm6skdv5yhyy4nqhbczfc2mn4nbr9hvpkpljb0awv888h"))))
+ "14hs20738d2ljfb5la8p0lip7qranjnrwl5fwdhs1zs4a5jzwndn"))))
(build-system cmake-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases
- branch qt-team created (now 6a66b400ec), guix-commits, 2024/09/27
- 02/74: gnu: qt5compat: Update to 6.7.2., guix-commits, 2024/09/27
- 06/74: gnu: qtwebsockets: Update to 6.7.2., guix-commits, 2024/09/27
- 01/74: gnu: qtbase: Update to 6.7.2., guix-commits, 2024/09/27
- 04/74: gnu: qtimageformats: Update to 6.7.2., guix-commits, 2024/09/27
- 10/74: gnu: qtwayland: Update to 6.7.2., guix-commits, 2024/09/27
- 13/74: gnu: qtlanguageserver: Update to 6.7.2.,
guix-commits <=
- 16/74: gnu: qttools: Update to 6.7.2., guix-commits, 2024/09/27
- 11/74: gnu: qtserialport: Update to 6.7.2., guix-commits, 2024/09/27
- 12/74: gnu: qtwebchannel: Update to 6.7.2., guix-commits, 2024/09/27
- 31/74: gnu: qtconnectivity: Rename to qtconnectivity-5., guix-commits, 2024/09/27
- 18/74: gnu: qtscxml: Update to 6.7.2., guix-commits, 2024/09/27
- 05/74: gnu: qtdeclarative: Update to 6.7.2., guix-commits, 2024/09/27
- 08/74: gnu: qtshadertools: Update to 6.7.2., guix-commits, 2024/09/27
- 09/74: gnu: qtmultimedia: Update to 6.7.2., guix-commits, 2024/09/27
- 15/74: gnu: qtlottie: Update to 6.7.2., guix-commits, 2024/09/27
- 19/74: gnu: qtpositioning: Update to 6.7.2., guix-commits, 2024/09/27