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

commit 28b10a1b1d60aebafa887910aea5ef0df73e039a
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 ad3f9e7fea..56c28d52c7 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2801,13 +2801,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