* [bug#69668] [PATCH] gnu: qt5ct: Update to 1.8.
@ 2024-03-09 6:48 iyzsong--- via Guix-patches via
2024-03-09 17:58 ` Maxim Cournoyer
0 siblings, 1 reply; 3+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-03-09 6:48 UTC (permalink / raw)
To: 69668; +Cc: 宋文武, Maxim Cournoyer,
宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* 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 761d12e31f..79f5a9cb98 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -218,14 +218,14 @@ (define-public qite
(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
base-commit: a10cce5246e333be52acd7d334f59228895db89a
--
2.41.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-10 4:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-09 6:48 [bug#69668] [PATCH] gnu: qt5ct: Update to 1.8 iyzsong--- via Guix-patches via
2024-03-09 17:58 ` Maxim Cournoyer
2024-03-10 4:15 ` bug#69668: " 宋文武 via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.