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

commit f8ed768a12df75cabd79a89e451b711c90bdecb0
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 21 23:26:15 2025 +0800

    gnu: qtimageformats: Update to 6.9.1.
    
    * gnu/packages/qt.scm (qtimageformats): Update to 6.9.1.
    
    Change-Id: I0623ff26a6f7c04cbeead75bf8d26a37f3f6a067
---
 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 fc0c6a785e..c9c89dd9eb 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1477,14 +1477,14 @@ support for MNG, TGA, TIFF and WBMP image formats.")))
 (define-public qtimageformats
   (package
     (name "qtimageformats")
-    (version "6.8.2")
+    (version "6.9.1")
     (source (origin
               (inherit (package-source qtimageformats-5))
               (method url-fetch)
               (uri (qt-url name version))
               (sha256
                (base32
-                "1qf88gjff2bdb51ijdpjzf1l7w00prqb29wjqapa1f078ywbp8fj"))))
+                "0z2py4x0shdn29l9656r63xc8gzk9bgxlgi3qx9bg6xgv8wg5sgb"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to