summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2025-02-08 12:01:54 +0800
committerAndreas Enge <andreas@enge.fr>2025-07-25 11:30:32 +0200
commit5cd16f94e833b397decb4dd8fec78c7fe012fc17 (patch)
treede2e1517be8f7bc45ae27ff7b872c98ee2614d8c
parentb0504bea78ce1c8783f58b5de65b737881827bb0 (diff)
gnu: qtwebchannel-5: Update to 5.15.16.
* gnu/packages/qt.scm (qtwebchannel-5): Update to 5.15.16. Change-Id: I24036256e13dc0ae2b919302bc890af3a4d1a81c
-rw-r--r--gnu/packages/qt.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index b9d40f0653..3fda617662 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2330,13 +2330,13 @@ and others.")))
(define-public qtwebchannel-5
(package (inherit qtsvg-5)
(name "qtwebchannel")
- (version "5.15.15")
+ (version "5.15.16")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
- "1y4c5xj0cxpsadr1fnpxy9f4a664kbc18ipk4rbzf4dwzfsibl20"))))
+ "0w590x1hdir4q04hillasak71j0g06y8qcp50jjgygc6k35rc4p3"))))
(native-inputs (list perl qtdeclarative-5 qtwebsockets-5))
(inputs (list qtbase-5))
(synopsis "Web communication library for Qt")