apteryx pushed a commit to branch qt-updates
in repository guix.

commit 87ff2462f432d30888ce72012aea87ba5600e44a
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Aug 15 16:20:09 2023 -0400

    gnu: qtpurchasing: Update to 5.15.10.
    
    * gnu/packages/qt.scm (qtpurchasing): Update to 5.15.10.
---
 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 50fd6eac67..497815bd53 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2319,13 +2319,13 @@ information and perform area based monitoring.")
   (package
     (inherit qtsvg-5)
     (name "qtpurchasing")
-    (version "5.15.8")
+    (version "5.15.10")
     (source (origin
               (method url-fetch)
               (uri (qt-url name version))
               (sha256
                (base32
-                "0bjky5ncg9yhz4a63g3jl1r5pa6i09f6g8wgzs591mhybrbmhcw8"))))
+                "0gzxzcr9x45nd90481hdbj5shvaax00qjr1kx3lkcp13187pyacb"))))
     (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