guix_mirror_bot pushed a commit to branch qt-team
in repository guix.

commit 7da97ba012b097ff8f1f7db09125a6f9497f0567
Author: Andreas Enge <[email protected]>
AuthorDate: Fri Oct 24 23:36:57 2025 +0200

    gnu: qtwebchannel-5: Update to 5.15.17.
    
    * gnu/packages/qt.scm (qtwebchannel-5): Update to 5.15.17.
    
    Change-Id: I2caa33aeeb61765d4f6a066a4a52c9a9312a86f1
---
 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 8474601ec8..1747b481a6 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2349,13 +2349,13 @@ and others.")))
 (define-public qtwebchannel-5
   (package (inherit qtsvg-5)
     (name "qtwebchannel")
-    (version "5.15.16")
+    (version "5.15.17")
     (source (origin
              (method url-fetch)
              (uri (qt-url name version))
              (sha256
               (base32
-               "0w590x1hdir4q04hillasak71j0g06y8qcp50jjgygc6k35rc4p3"))))
+               "157nabb3g7i8damk10i1axmbbzxzh4hd45j0z3kzjj0cywf3rzgc"))))
     (native-inputs (list perl qtdeclarative-5 qtwebsockets-5))
     (inputs (list qtbase-5))
     (synopsis "Web communication library for Qt")

Reply via email to