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

commit 1b583d42bac16ad1ed98004c822f6fee40f26228
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Mar 13 17:01:56 2024 +0800

    gnu: qt-creator: Update to 12.0.2.
    
    * gnu/packages/qt.scm (qt-creator): Update to 12.0.2.
    
    Change-Id: Ibd753a2bafa6d4427c03d5ab657544571892b930
    Signed-off-by: Maxim Cournoyer <[email protected]>
---
 gnu/packages/qt.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index b282cfdeb7..2e3f2d2da7 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -28,7 +28,7 @@
 ;;; Copyright © 2022 Petr Hodina <[email protected]>
 ;;; Copyright © 2022 Yash Tiwari <[email protected]>
 ;;; Copyright © 2023 Sharlatan Hellseher <[email protected]>
-;;; Copyright © 2022 Zheng Junjie <[email protected]>
+;;; Copyright © 2022, 2024 Zheng Junjie <[email protected]>
 ;;; Copyright © 2023 Herman Rimm <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -5244,7 +5244,7 @@ including @i{fix-its} for automatic refactoring.")
 (define-public qt-creator
   (package
     (name "qt-creator")
-    (version "12.0.1")
+    (version "12.0.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -5267,7 +5267,7 @@ including @i{fix-its} for automatic refactoring.")
                             ((".*marketplace/marketplace.qbs.*") ""))))
               (sha256
                (base32
-                "04h35za3gliai5djxwmzqrbih2g26lcv68pp4wvljkdwkcjsscvb"))))
+                "1lgk547pvg31zzqra7gn9gsszm5wrwxiw06crbr5n2kqfavk9r22"))))
     (build-system qt-build-system)
     (arguments
      (list

Reply via email to