guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: qt5ct: Update to 1.8.


From: guix-commits
Subject: 01/03: gnu: qt5ct: Update to 1.8.
Date: Sat, 9 Mar 2024 23:14:47 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit c9ce94b5e1e43d5660b64ad5c66ef722babb708f
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Mar 9 14:48:44 2024 +0800

    gnu: qt5ct: Update to 1.8.
    
    * gnu/packages/qt.scm (qt5ct): Update to 1.8.
    
    Change-Id: Ic8637433e18f4913bf77b1ef8003daafddcae5cd
---
 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 72c36513e9..9df49d7fb3 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -218,14 +218,14 @@ of C++20 coroutines in connection with certain 
asynchronous Qt actions.")
 (define-public qt5ct
   (package
     (name "qt5ct")
-    (version "1.5")
+    (version "1.8")
     (source
      (origin
        (method url-fetch)
        (uri
         (string-append "mirror://sourceforge/qt5ct/qt5ct-" version ".tar.bz2"))
        (sha256
-        (base32 "14742vs32m98nbfb5mad0i8ciff5f45gfcb5v03p4hh2dvhhqgfn"))))
+        (base32 "1s88v3x5vxrz981jiqb9cnwak0shz6kgjbkp511i592y85a41dr3"))))
     (build-system qt-build-system)
     (arguments
      (list



reply via email to

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