diff options
author | Andrew Wong <wongandj@icloud.com> | 2025-06-10 11:34:43 -0400 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-06-13 23:30:48 +0800 |
commit | 7ed00dc7ef9a93f277de77ca5e193fb07a7579a3 (patch) | |
tree | 198ef17c0d19221507fd82fcfbe33215fc661a4d | |
parent | 6c9e010283424498ca094e163f29c1156df13752 (diff) |
gnu: qt5ct: Update to 1.9.
* gnu/packages/qt.scm (qt5ct): Update to 1.9.
Change-Id: I87b6a41d7e9794a42d912e7fc868cc23a4b36907
Signed-off-by: Zheng Junjie <z572@z572.online>
-rw-r--r-- | gnu/packages/qt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 85a45b3f6d..4025c6b853 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -243,14 +243,14 @@ of C++20 coroutines in connection with certain asynchronous Qt actions.") (define-public qt5ct (package (name "qt5ct") - (version "1.8") + (version "1.9") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/qt5ct/qt5ct-" version ".tar.bz2")) (sha256 - (base32 "1s88v3x5vxrz981jiqb9cnwak0shz6kgjbkp511i592y85a41dr3")))) + (base32 "1zwbb2jgwplbdizcra92q1hnynq13axzwryfh5cr4fs2kn9yc46w")))) (build-system qt-build-system) (arguments (list |