guix-commits
[Top][All Lists]
Advanced

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

08/16: gnu: qtwayland: Update to 6.3.2.


From: guix-commits
Subject: 08/16: gnu: qtwayland: Update to 6.3.2.
Date: Tue, 7 Mar 2023 20:19:16 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit ea92d1df6376552b3ce7f16298c9cecfba19afaf
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Mar 7 14:49:53 2023 -0500

    gnu: qtwayland: Update to 6.3.2.
    
    * gnu/packages/qt.scm (qtwayland): Update to 6.3.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 ef0a827cd8..635d6b38c5 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1661,13 +1661,13 @@ compositor libraries.")))
 (define-public qtwayland
   (package
     (name "qtwayland")
-    (version "6.3.1")
+    (version "6.3.2")
     (source
      (origin
        (method url-fetch)
        (uri (qt-urls name version))
        (sha256
-        (base32 "1w60p1did7awdlzq5k8vnq2ncpskb07cpvz31cbv99bjs6igw53g"))))
+        (base32 "0rwiirkibgpvx05pg2842j4dcq9ckxmcqxhaf50xx2i55z64ll83"))))
     (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]