guix-commits
[Top][All Lists]
Advanced

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

22/63: gnu: qttools: Update to 6.5.2.


From: guix-commits
Subject: 22/63: gnu: qttools: Update to 6.5.2.
Date: Mon, 21 Aug 2023 14:02:00 -0400 (EDT)

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

commit 301669a30842a52b9f6ad98b328c8e406c22ddd5
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Aug 11 18:00:22 2023 -0400

    gnu: qttools: Update to 6.5.2.
    
    * gnu/packages/qt.scm (qttools): 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 5f2348c412..ee4500c5d1 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2088,13 +2088,13 @@ that helps in Qt development.")))
 (define-public qttools
   (package
     (name "qttools")
-    (version "6.3.2")
+    (version "6.5.2")
     (source (origin
               (method url-fetch)
               (uri (qt-url name version))
               (sha256
                (base32
-                "1lmfk5bhgg4daxkqrhmx4iyln7pyiz40c9cp6plyp35nz8ppvc75"))))
+                "0ha3v488vnm4pgdpyjgf859sak0z2fwmbgcyivcd93qxflign7sm"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

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