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

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

    gnu: qtpurchasing: Update to 5.15.16.
    
    * gnu/packages/qt.scm (qtpurchasing): Update to 5.15.16.
    
    Change-Id: I23d3e83222f3847cc2a2081613b5fecfb60a3a3d
---
 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 04c4b17ce0..0aacd0103c 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2796,13 +2796,13 @@ information and perform area based monitoring.")
   (package
     (inherit qtsvg-5)
     (name "qtpurchasing")
-    (version "5.15.15")
+    (version "5.15.16")
     (source (origin
               (method url-fetch)
               (uri (qt-url name version))
               (sha256
                (base32
-                "0i48clv6vzha9m869ylp6a0s6wyqqbil3d6z2qn80dv1j8x45q2r"))))
+                "0zmpsfqb0zijq6r3ijymxkby9wk6khw7kfs381x74jwy7m9dy6r4"))))
     (inputs (list qtbase-5 qtdeclarative-5))
     (synopsis "Qt Purchasing module")
     (description "The Qt Purchasing module provides and in-app API for

Reply via email to