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

commit aead10f438e55d49a711c5f8fc24bde46ff82a8d
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Sat Feb 8 12:01:53 2025 +0800

    gnu: qtsvg-5: Update to 5.15.16.
    
    * gnu/packages/qt.scm (qtsvg-5): Update to 5.15.16.
    
    Change-Id: Ief6612dc9a3c4961b6c6d563e3a12eabc0e2afbc
---
 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 85a00070af..ba54225428 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1298,13 +1298,13 @@ came with the @{qtgraphicaleffects} Qt 5 package.")
   (package
     (inherit qtbase-5)
     (name "qtsvg")
-    (version "5.15.15")
+    (version "5.15.16")
     (source (origin
               (method url-fetch)
               (uri (qt-url name version))
               (sha256
                (base32
-                "0jyh6c5p4ffj7hcr1hzwx5fmkvxqnl5m8ingk582l77v7g2n6ysp"))))
+                "1h8b20kkwh86mrd0g35bvr39jilrrr2r08jmdvf84a5whh034knc"))))
     (propagated-inputs `())
     (native-inputs (list perl))
     (inputs

Reply via email to