guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 2c9908e9135cc14cced77a56afd269039ddbc32e
Author: Andreas Enge <[email protected]>
AuthorDate: Fri Oct 24 23:36:56 2025 +0200

    gnu: qtx11extras: Update to 5.15.17.
    
    * gnu/packages/qt.scm (qtx11extras): Update to 5.15.17.
    
    Change-Id: Iaf9d0cefc292b473a6776594147b90fe42151930
---
 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 6eef025c13..a5450e581f 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1523,13 +1523,13 @@ support for MNG, TGA, TIFF and WBMP image formats.")
 (define-public qtx11extras
   (package (inherit qtsvg-5)
     (name "qtx11extras")
-    (version "5.15.16")
+    (version "5.15.17")
     (source (origin
              (method url-fetch)
              (uri (qt-url name version))
              (sha256
               (base32
-               "1cp2i8pi7ra0ln7igxprb5x0aaicg1wb9z3g5fdn9nvs4krrn4ms"))))
+               "145hbdaj4r3lljgiasx404c12dl5sk4nghc1pc7w5xy1m8gppcgf"))))
     (arguments
      (substitute-keyword-arguments (package-arguments qtsvg-5)
        ((#:tests? _ #f) #f))) ; TODO: Enable the tests

Reply via email to