[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
73/75: gnu: qtvirtualkeyboard-5: Update to 5.15.15.
From: |
guix-commits |
Subject: |
73/75: gnu: qtvirtualkeyboard-5: Update to 5.15.15. |
Date: |
Sat, 9 Nov 2024 20:51:46 -0500 (EST) |
z572 pushed a commit to branch qt-team
in repository guix.
commit 08cf2478fbcc9ae8a2c4f761248ebf22f85cb639
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Sep 11 15:43:18 2024 +0800
gnu: qtvirtualkeyboard-5: Update to 5.15.15.
* gnu/packages/qt.scm (qtvirtualkeyboard-5): Update to 5.15.15.
Change-Id: I9e8450f75a0a79de54b8bb5df2a75e80b3f595fa
---
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 7811220cc4..88a698a10a 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2968,13 +2968,13 @@ message.")
(package
(inherit qtsvg-5)
(name "qtvirtualkeyboard")
- (version "5.15.10")
+ (version "5.15.15")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
- "1a1xnk1kmq1k8r1rsa29fq7m3vy2f0fqhy8k46q3ssn32skzlwa5"))))
+ "1511p8j86d896rnbvy7lqzfawzghxczy0w8kfxrhghxcfsrb61y6"))))
(arguments
(substitute-keyword-arguments (package-arguments qtsvg-5)
((#:tests? _ #f) #f) ; TODO: pass 2 fail test
- 49/75: gnu: qtxmlpatterns: Update to 5.15.15., (continued)
- 49/75: gnu: qtxmlpatterns: Update to 5.15.15., guix-commits, 2024/11/09
- 54/75: gnu: qtwayland-5: Update to 5.15.15., guix-commits, 2024/11/09
- 55/75: gnu: qtserialport-5: Update to 5.15.15., guix-commits, 2024/11/09
- 56/75: gnu: qtserialbus: Update to 5.15.15., guix-commits, 2024/11/09
- 63/75: gnu: qtquickcontrols-5: Update to 5.15.15., guix-commits, 2024/11/09
- 67/75: gnu: qtscxml-5: Update to 5.15.15., guix-commits, 2024/11/09
- 68/75: gnu: qtpurchasing: Update to 5.15.15., guix-commits, 2024/11/09
- 72/75: gnu: qtspeech-5: Update to 5.15.15., guix-commits, 2024/11/09
- 71/75: gnu: qtnetworkauth-5: Update to 5.15.15., guix-commits, 2024/11/09
- 75/75: gnu: libvpx: Update to 1.15.0., guix-commits, 2024/11/09
- 73/75: gnu: qtvirtualkeyboard-5: Update to 5.15.15.,
guix-commits <=