guix-commits
[Top][All Lists]
Advanced

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

32/72: gnu: qttools: Update to 6.5.2.


From: guix-commits
Subject: 32/72: gnu: qttools: Update to 6.5.2.
Date: Wed, 16 Aug 2023 06:41:09 -0400 (EDT)

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

commit ae6d028438baed2f6b2d17e87c1f671f8f8c95c4
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 c5b590e58c..4c8e7fd535 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2062,13 +2062,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]