guix-commits
[Top][All Lists]
Advanced

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

09/63: gnu: qt5compat: Update to 6.5.2.


From: guix-commits
Subject: 09/63: gnu: qt5compat: Update to 6.5.2.
Date: Mon, 21 Aug 2023 14:01:56 -0400 (EDT)

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

commit 2be3de2bdec1d59013ac7c6105cce8437cd25bbc
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Aug 11 18:00:20 2023 -0400

    gnu: qt5compat: Update to 6.5.2.
    
    * gnu/packages/qt.scm (qt5compat): 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 6ddd94aa0d..e7fbeaa729 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -994,13 +994,13 @@ HostData=lib/qt5"
 (define-public qt5compat
   (package
     (name "qt5compat")
-    (version "6.3.2")
+    (version "6.5.2")
     (source (origin
               (method url-fetch)
               (uri (qt-url name version))
               (sha256
                (base32
-                "1k30hnwnlbay1hnkdavgf6plsdzrryzcqd2qz8x11r477w7sr8wi"))))
+                "1i4izabbmf1dayzlj1miz7hsm4cy0qb7i72pwyl2fp05w8pf9axr"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

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