guix-commits
[Top][All Lists]
Advanced

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

19/64: gnu: qtwayland: Update to 6.5.2.


From: guix-commits
Subject: 19/64: gnu: qtwayland: Update to 6.5.2.
Date: Tue, 22 Aug 2023 09:04:23 -0400 (EDT)

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

commit 0c9b6ddb836a824c6f21f37cd604f51fa6de243b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Aug 11 18:00:21 2023 -0400

    gnu: qtwayland: Update to 6.5.2.
    
    * gnu/packages/qt.scm (qtwayland): Update to 6.5.2.
---
 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 81949d07d9..a1d21c8bfc 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1775,13 +1775,13 @@ compositor libraries.")))
 (define-public qtwayland
   (package
     (name "qtwayland")
-    (version "6.3.2")
+    (version "6.5.2")
     (source
      (origin
        (method url-fetch)
        (uri (qt-url name version))
        (sha256
-        (base32 "0rwiirkibgpvx05pg2842j4dcq9ckxmcqxhaf50xx2i55z64ll83"))))
+        (base32 "16iwar19sgjvxgmbr6hmd3hsxp6ahdjwl1lra2wapl3zzf3bw81h"))))
     (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]