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: Sun, 31 Mar 2024 21:57:33 -0400 (EDT)

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

commit 216bf64edbabd9c27cdb8b116e5fd2151e45df3c
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 7f3741b160..0cc495f44e 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1928,13 +1928,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]