guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

59/71: gnu: qtwayland: Update to 6.6.3.


From: guix-commits
Subject: 59/71: gnu: qtwayland: Update to 6.6.3.
Date: Tue, 2 Apr 2024 23:16:33 -0400 (EDT)

apteryx pushed a commit to branch qt-team
in repository guix.

commit a6bcf3ef1962e266202fbf3a534392abb5e90f80
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Mar 31 21:52:52 2024 -0400

    gnu: qtwayland: Update to 6.6.3.
    
    * gnu/packages/qt.scm (qtwayland): Update to 6.6.3.
    
    Change-Id: I6edcdcc87ed9b920700dd834475cb9eb58332948
---
 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 77c8207ae8..8f799b3871 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2002,13 +2002,13 @@ compositor libraries.")))
 (define-public qtwayland
   (package
     (name "qtwayland")
-    (version "6.6.2")
+    (version "6.6.3")
     (source
      (origin
        (method url-fetch)
        (uri (qt-url name version))
        (sha256
-        (base32 "0y6x84ckcc53ddclnrlzs08b1kvw6saw9nim0hz4wc5fyz7dbkcv"))))
+        (base32 "0gamcqpl302wlznfnlcg9vlnnhfpxgjnz05prwc9wpy0xh7wqvm9"))))
     (build-system cmake-build-system)
     (arguments
      (list #:configure-flags #~(list "-DQT_BUILD_TESTS=ON")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]